]> code.ossystems Code Review - openembedded-core.git/commitdiff
Move libsampletate and libsndfile from meta-openmoko -> meta-moblin
authorRichard Purdie <rpurdie@linux.intel.com>
Sun, 17 May 2009 14:01:24 +0000 (15:01 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Sun, 17 May 2009 14:01:24 +0000 (15:01 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta-moblin/packages/libsamplerate/libsamplerate0_0.1.2.bb [moved from meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb with 100% similarity]
meta-moblin/packages/libsndfile/files/add-cxx.patch [moved from meta-openmoko/packages/libsndfile/files/add-cxx.patch with 100% similarity]
meta-moblin/packages/libsndfile/libsndfile1_1.0.17.bb [moved from meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb with 100% similarity]
meta-openmoko/packages/libnotify/libnotify_0.4.4.bb [deleted file]

diff --git a/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb b/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb
deleted file mode 100644 (file)
index 7c95fb2..0000000
+++ /dev/null
@@ -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
-}