From 4c1f678e4e5383baf40f367e6957dfd33fe52342 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 13 Aug 2014 19:39:04 +0200 Subject: glib-networking: Inherit gettext Build fails otherwise if USE_NLS is set to "no". Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-core/glib-networking/glib-networking_2.38.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/glib-networking/glib-networking_2.38.0.bb') diff --git a/meta/recipes-core/glib-networking/glib-networking_2.38.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.38.0.bb index a9c1a4129a..b9ba2d6217 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.38.0.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.38.0.bb @@ -24,7 +24,7 @@ PACKAGECONFIG[pkcs11] = "--with-pkcs11,--without-pkcs11,p11-kit" EXTRA_OECONF = "--without-gnome-proxy" -inherit gnomebase +inherit gnomebase gettext FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/" FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/" -- cgit 1.2.3-korg