diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-31 14:55:06 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-31 14:55:06 +0000 |
commit | 7d53ee2e1771d3c9c3a4d50d98dc72aa55cc02ea (patch) | |
tree | db4eee55d57658ecf2a50d1bf4d2b2bfa188e271 /meta/packages | |
parent | 6e81ae564ce4878e1e055db83917a8d841813ed7 (diff) | |
download | poky-7d53ee2e1771d3c9c3a4d50d98dc72aa55cc02ea.tar.gz |
Upgrade startup-notification to 0.9
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2613 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/startup-notification/startup-notification_0.9.bb (renamed from meta/packages/startup-notification/startup-notification_0.8.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/startup-notification/startup-notification_0.8.bb b/meta/packages/startup-notification/startup-notification_0.9.bb index 321dcfb1b9..655f3c9a02 100644 --- a/meta/packages/startup-notification/startup-notification_0.8.bb +++ b/meta/packages/startup-notification/startup-notification_0.9.bb | |||
@@ -3,11 +3,10 @@ LICENSE = "LGPL" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | DEPENDS = "virtual/libx11 libsm" | 5 | DEPENDS = "virtual/libx11 libsm" |
6 | PR = "r1" | ||
7 | 6 | ||
8 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
9 | 8 | ||
10 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" | 9 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz" |
11 | 10 | ||
12 | do_configure_prepend () { | 11 | do_configure_prepend () { |
13 | export X_LIBS=" -L${STAGING_LIBDIR}" | 12 | export X_LIBS=" -L${STAGING_LIBDIR}" |