[oe-commits] Ross Burton : libgnome-keyring: remove eggdbus dependency, it has an in-tree copy

git at git.openembedded.org git at git.openembedded.org
Thu Jul 19 16:20:21 UTC 2012


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jul 19 13:05:07 2012 +0100

libgnome-keyring: remove eggdbus dependency, it has an in-tree copy

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-gnome/gnome/libgnome-keyring_2.32.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
index 53e583e..a6576db 100644
--- a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
+++ b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0914b9d3ebaba41ef2e3e0ae16f296cf \
                     file://egg/egg-dh.h;endline=22;md5=1626c16af2a8da1f88324cf3ced33f08"
 
 SECTION = "x11/gnome/libs"
-PR = "r1"
+PR = "r2"
 
 inherit gnome
 
-DEPENDS = "dbus eggdbus libgcrypt"
+DEPENDS = "dbus libgcrypt"
 
 EXTRA_OECONF = "--disable-gtk-doc"
 





More information about the Openembedded-commits mailing list