[oe-commits] Richard Purdie : gnome-desktop: Ensure we' re deterministic about startup-notification dependency

git version control git at git.openembedded.org
Sun Sep 25 16:54:13 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 8ad24306d8bc9c2fd73f4b814eb1a64c04707da5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8ad24306d8bc9c2fd73f4b814eb1a64c04707da5

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Sep 25 15:32:59 2011 +0100

gnome-desktop: Ensure we're deterministic about startup-notification dependency

Without this change we may or may not include startup-notification support.

We therefore explictly include it in the dependency list.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/gnome/gnome-desktop.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc
index 1317fff..cfc1c2e 100644
--- a/meta/recipes-gnome/gnome/gnome-desktop.inc
+++ b/meta/recipes-gnome/gnome/gnome-desktop.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "GNOME library for reading .desktop files"
 SECTION = "x11/gnome"
 LICENSE = "GPLv2 & LGPLv2"
-DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
+DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils startup-notification"
 
 EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
 
@@ -11,7 +11,7 @@ do_configure_prepend () {
 
 FILES_${PN} += "${datadir}/gnome-about"
 
-PR = "r2"
+PR = "r3"
 
 inherit gnome pkgconfig
 





More information about the Openembedded-commits mailing list