summaryrefslogtreecommitdiffstats
path: root/meta-gnome
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-16 19:56:55 -0700
commit8eefed218dd81df350840babedf05388f22fa0c2 (patch)
tree2146b0cd8d658e0a74cd7a073c742149b76af917 /meta-gnome
parent21f38040a6587b50c1cff1370de314a928fa4cb9 (diff)
downloadmeta-openembedded-8eefed218dd81df350840babedf05388f22fa0c2.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')
-rw-r--r--meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb2
2 files changed, 2 insertions, 2 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 9d85c651c..5a9ca5f6e 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 \
21 file://musl.patch \ 21 file://musl.patch \
22" 22"
23 23
24DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} intltool-native" 24DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} intltool-native glib-2.0-native"
25RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils" 25RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils"
26 26
27LDFLAGS += "-lgmodule-2.0" 27LDFLAGS += "-lgmodule-2.0"
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
index e24188232..7e9de5026 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
@@ -13,7 +13,7 @@ PR = "r3"
13 13
14inherit gnomebase gtk-doc 14inherit gnomebase gtk-doc
15 15
16DEPENDS = "dbus libgcrypt glib-2.0 intltool-native" 16DEPENDS = "dbus libgcrypt glib-2.0 glib-2.0-native intltool-native"
17 17
18SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" 18SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6"
19SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" 19SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"