Browse Source

Move libsampletate and libsndfile from meta-openmoko -> meta-moblin

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie 16 years ago
parent
commit
814700d243

+ 0 - 0
meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb → meta-moblin/packages/libsamplerate/libsamplerate0_0.1.2.bb


+ 0 - 0
meta-openmoko/packages/libsndfile/files/add-cxx.patch → meta-moblin/packages/libsndfile/files/add-cxx.patch


+ 0 - 0
meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb → meta-moblin/packages/libsndfile/libsndfile1_1.0.17.bb


+ 0 - 14
meta-openmoko/packages/libnotify/libnotify_0.4.4.bb

@@ -1,14 +0,0 @@
-DESCRIPTION = "Send desktop notifications to a notification daemon"
-HOMEPAGE = "http://www.galago-project.org/"
-SECTION = "libs"
-LICENSE = "LGPL"
-DEPENDS = "dbus gtk+ dbus-glib"
-PR = "r0"
-
-SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-do_stage() {
-	autotools_stage_all
-}