summaryrefslogtreecommitdiff
path: root/meta/packages/gnome/gnome-keyring_2.31.4.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-07-09 17:44:02 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-13 15:21:44 +0100
commitb64111f53ba83c6b591bf39ffe9ccc1fa96625a4 (patch)
tree3ef6b68682af755cc7194d05739cabbf5ab2657e /meta/packages/gnome/gnome-keyring_2.31.4.bb
parent7a5eeeb58e19afa2334ae2fe377126fab6735eb7 (diff)
downloadopenembedded-core-b64111f53ba83c6b591bf39ffe9ccc1fa96625a4.tar.gz
openembedded-core-b64111f53ba83c6b591bf39ffe9ccc1fa96625a4.tar.bz2
openembedded-core-b64111f53ba83c6b591bf39ffe9ccc1fa96625a4.tar.xz
openembedded-core-b64111f53ba83c6b591bf39ffe9ccc1fa96625a4.zip
libgnome-keyring: Add 2.30.1 into poky
libgnome-keyring's function was built in gnome-keyring(e.g. 2.26.1), and then separated as an independant lib. So add this new recipe to help the gnome-keyring update, else package depends on this lib(such as libsoup-2.4) would have compile error. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/packages/gnome/gnome-keyring_2.31.4.bb')
-rw-r--r--meta/packages/gnome/gnome-keyring_2.31.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/gnome/gnome-keyring_2.31.4.bb b/meta/packages/gnome/gnome-keyring_2.31.4.bb
index ad1a6b6ed..1826a7ac3 100644
--- a/meta/packages/gnome/gnome-keyring_2.31.4.bb
+++ b/meta/packages/gnome/gnome-keyring_2.31.4.bb
@@ -16,6 +16,7 @@ PR = "r0"
inherit autotools gnome pkgconfig
DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf"
+RDEPENDS = "libgnome-keyring"
EXTRA_OECONF = "--disable-gtk-doc"