[oe-commits] Peter Kjellerstedt : glib-networking: Inherit gettext

git at git.openembedded.org git at git.openembedded.org
Fri Aug 15 17:22:18 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 4c1f678e4e5383baf40f367e6957dfd33fe52342
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4c1f678e4e5383baf40f367e6957dfd33fe52342

Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Date:   Wed Aug 13 19:39:04 2014 +0200

glib-networking: Inherit gettext

Build fails otherwise if USE_NLS is set to "no".

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/glib-networking/glib-networking_2.38.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a9c1a41..b9ba2d6 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/"



More information about the Openembedded-commits mailing list