diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 13:05:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-19 17:02:21 +0100 |
commit | dfeb4ad44e7a7b62b9d054c73e0bacdf37b97c4b (patch) | |
tree | 9b1d60f68b928414254e21700b5a84ef195781c1 /meta/recipes-gnome | |
parent | 782ce542a8250133cf1b1bc32927c17cd09cfca3 (diff) | |
download | openembedded-core-dfeb4ad44e7a7b62b9d054c73e0bacdf37b97c4b.tar.gz openembedded-core-dfeb4ad44e7a7b62b9d054c73e0bacdf37b97c4b.tar.bz2 openembedded-core-dfeb4ad44e7a7b62b9d054c73e0bacdf37b97c4b.zip |
libgnome-keyring: remove eggdbus dependency, it has an in-tree copy
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/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 53e583ed7f..a6576dba58 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" |