[oe-commits] Thomas Zimmermann : Blueman: Add depencies (startup-notification 0. 9 from org.oe.dev)

git version control git at git.openembedded.org
Thu Sep 17 18:33:50 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: e02daee84e3d0ed683c71b509b8717384ae74cf9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e02daee84e3d0ed683c71b509b8717384ae74cf9

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Thu Sep 17 11:54:35 2009 +0000

Blueman: Add depencies (startup-notification 0.9 from org.oe.dev)

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/include/preferred-shr-versions.inc     |    2 +-
 .../startup-notification_0.9.bb                    |   13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/preferred-shr-versions.inc b/conf/distro/include/preferred-shr-versions.inc
index 9e6e142..74847aa 100644
--- a/conf/distro/include/preferred-shr-versions.inc
+++ b/conf/distro/include/preferred-shr-versions.inc
@@ -1781,7 +1781,7 @@ PREFERRED_VERSION_sshfs-fuse ?= "1.8"
 PREFERRED_VERSION_ssmtp ?= "2.61"
 PREFERRED_VERSION_stagemanager-native ?= "0.0.1"
 PREFERRED_VERSION_startup-monitor ?= "0.18-2"
-PREFERRED_VERSION_startup-notification ?= "0.8"
+PREFERRED_VERSION_startup-notification ?= "0.9"
 PREFERRED_VERSION_stat ?= "3.3"
 PREFERRED_VERSION_stat-native ?= "3.3"
 PREFERRED_VERSION_strace ?= "4.5.15"
diff --git a/recipes/startup-notification/startup-notification_0.9.bb b/recipes/startup-notification/startup-notification_0.9.bb
new file mode 100644
index 0000000..2b87251
--- /dev/null
+++ b/recipes/startup-notification/startup-notification_0.9.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Startup notification support"
+LICENSE = "LGPL"
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11 libsm"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-${PV}.tar.gz"
+
+do_stage () {
+	autotools_stage_all
+}





More information about the Openembedded-commits mailing list