aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2018-03-12 22:03:37 -0500
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:48:04 -0700
commitaf98d8bc2174d33f1b05893a5da98b5c91b49916 (patch)
treed1c1bbada33284862a36a6b143b5c4a213f36669 /meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
parent2a8a5b5cd0258657e145f65f54c3145e42116f7c (diff)
downloadmeta-openembedded-contrib-af98d8bc2174d33f1b05893a5da98b5c91b49916.tar.gz
gnome-keyring, libgnome-keyring: Fix to compile with latest oe-core
The glib-2.0 was upreved and now you must use a depency to pull it in for the build. To avoid this error: NOTE: Executing glib-gettextize --force --copy ./temp/run.do_configure: line 170: glib-gettextize: command not found WARNING: ./temp/run.do_configure:1 exit 127 from 'glib-gettextize --force --copy' Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
index 9d85c651c4..5a9ca5f6e1 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
@@ -21,7 +21,7 @@ SRC_URI += "file://egg-asn1x.patch \
file://musl.patch \
"
-DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} intltool-native"
+DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} intltool-native glib-2.0-native"
RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils"
LDFLAGS += "-lgmodule-2.0"