diff options
author | Ross Burton <ross@openedhand.com> | 2008-09-29 12:49:37 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-09-29 12:49:37 +0000 |
commit | 86ab8c8d1e2d5eb42465a38912012655532e381f (patch) | |
tree | b93c363899241a4b9e09df6a01de3514a05bb397 /meta-extras | |
parent | 9d8971de6e3b067e6e2c405fa50b7217f4eeec57 (diff) | |
download | openembedded-core-86ab8c8d1e2d5eb42465a38912012655532e381f.tar.gz openembedded-core-86ab8c8d1e2d5eb42465a38912012655532e381f.tar.bz2 openembedded-core-86ab8c8d1e2d5eb42465a38912012655532e381f.tar.xz openembedded-core-86ab8c8d1e2d5eb42465a38912012655532e381f.zip |
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.bb | 14 |
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 7c95fb2ad..000000000 --- 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 -} |