summaryrefslogtreecommitdiff
path: root/meta/packages/startup-notification/startup-notification_0.9.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-07-22 11:53:49 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-23 23:19:53 +0100
commit4129415ef77af64b3e86eceb1c2d0a59f88b6fe7 (patch)
tree4d9cd090724f6986ed80847c62879fbcc13eb941 /meta/packages/startup-notification/startup-notification_0.9.bb
parente4f98097bcde8d79d0cf0dc8f9f8734a3ec6d783 (diff)
downloadopenembedded-core-4129415ef77af64b3e86eceb1c2d0a59f88b6fe7.tar.gz
openembedded-core-4129415ef77af64b3e86eceb1c2d0a59f88b6fe7.tar.bz2
openembedded-core-4129415ef77af64b3e86eceb1c2d0a59f88b6fe7.tar.xz
openembedded-core-4129415ef77af64b3e86eceb1c2d0a59f88b6fe7.zip
startup-notification: upgrade to the latest version 0.10
updated DESCRIPTION, BUGTRACKER, LIC_FILES_CHKSUM; updated the comment (sn-utils.c -> sn-util.c); reset PR to "r0"; updated DEPENDS: added xcb-util. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/startup-notification/startup-notification_0.9.bb')
-rw-r--r--meta/packages/startup-notification/startup-notification_0.9.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/startup-notification/startup-notification_0.9.bb b/meta/packages/startup-notification/startup-notification_0.9.bb
deleted file mode 100644
index 840814b3f..000000000
--- a/meta/packages/startup-notification/startup-notification_0.9.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Startup notification support"
-HOMEPAGE = "http://www.freedesktop.org/wiki/software/startup-notification/"
-SECTION = "libs"
-PRIORITY = "optional"
-
-# most files are under MIT, but libsn/sn-utils.c is under LGPL, the
-# effective license is LGPL
-LICENSE = "LGPLv2+"
-
-DEPENDS = "virtual/libx11 libsm"
-
-inherit autotools pkgconfig
-
-SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz"
-
-do_configure_prepend () {
- export X_LIBS=" -L${STAGING_LIBDIR}"
-}