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>
This commit is contained in:
Zhai Edwin 2010-07-09 17:44:02 +08:00 committed by Richard Purdie
parent 7a5eeeb58e
commit b64111f53b
3 changed files with 20 additions and 1 deletions

View File

@ -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"

View File

@ -0,0 +1,18 @@
DESCRIPTION = "Compatibility library for accessing secrets"
HOMEPAGE = "http://www.gnome.org/"
BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=0914b9d3ebaba41ef2e3e0ae16f296cf \
file://library/gnome-keyring.h;endline=25;md5=68ea64f81c160d670c37da5f137be4fb \
file://library/gnome-keyring.c;endline=26;md5=8d7a4fb674aaa012ea5a98e7c368b4a5 \
file://egg/egg-dh.h;endline=22;md5=1626c16af2a8da1f88324cf3ced33f08"
SECTION = "x11/gnome/libs"
PR = "r0"
inherit gnome
RDEPENDS = "dbus eggdbus"
EXTRA_OECONF = "--disable-gtk-doc"

View File

@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
SECTION = "x11/gnome/libs"
PR = "r0"
DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3"
DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.31/libsoup-${PV}.tar.bz2"
S = "${WORKDIR}/libsoup-${PV}"