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/packages | |
parent | 9d8971de6e3b067e6e2c405fa50b7217f4eeec57 (diff) | |
download | poky-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/packages')
-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 7c95fb2ad6..0000000000 --- a/meta-extras/packages/libnotify/libnotify_0.4.4.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | DESCRIPTION = "Send desktop notifications to a notification daemon" | ||
2 | HOMEPAGE = "http://www.galago-project.org/" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "LGPL" | ||
5 | DEPENDS = "dbus gtk+ dbus-glib" | ||
6 | PR = "r0" | ||
7 | |||
8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | do_stage() { | ||
13 | autotools_stage_all | ||
14 | } | ||