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

git at git.openembedded.org git at git.openembedded.org
Thu Aug 14 21:33:46 UTC 2014


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

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