Message ID | 20180320040000.29408-6-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [oe,meta-networking,1/6] ndisc6: gold does not work for risc-v here | expand |
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 \ 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" 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" inherit gnomebase gtk-doc -DEPENDS = "dbus libgcrypt glib-2.0 intltool-native" +DEPENDS = "dbus libgcrypt glib-2.0 glib-2.0-native intltool-native" SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"
Fixes run.do_configure.39296: line 176: glib-gettextize: command not found Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 2 +- meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.16.2 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel