summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-09-29 12:49:37 +0000
committerRoss Burton <ross@openedhand.com>2008-09-29 12:49:37 +0000
commit86ab8c8d1e2d5eb42465a38912012655532e381f (patch)
treeb93c363899241a4b9e09df6a01de3514a05bb397 /meta-extras
parent9d8971de6e3b067e6e2c405fa50b7217f4eeec57 (diff)
downloadopenembedded-core-86ab8c8d1e2d5eb42465a38912012655532e381f.tar.gz
libnotify: move from meta-extras to meta-openmoko
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5306 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/packages/libnotify/libnotify_0.4.4.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-extras/packages/libnotify/libnotify_0.4.4.bb b/meta-extras/packages/libnotify/libnotify_0.4.4.bb
deleted file mode 100644
index 7c95fb2ad6..0000000000
--- a/meta-extras/packages/libnotify/libnotify_0.4.4.bb
+++ /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
-}