diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2014-08-13 19:39:04 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:48 +0100 |
| commit | f1cdd6e48ffd9f74feefae10ebceb2198673df89 (patch) | |
| tree | b5b02405683b4021a7fb63aeabdb3d39a8f148ff | |
| parent | 06db5d95fb5568e1fb6e117a6fa2414daf017439 (diff) | |
| download | poky-f1cdd6e48ffd9f74feefae10ebceb2198673df89.tar.gz | |
glib-networking: Inherit gettext
Build fails otherwise if USE_NLS is set to "no".
(From OE-Core rev: 4c1f678e4e5383baf40f367e6957dfd33fe52342)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/glib-networking/glib-networking_2.38.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 24 | 24 | ||
| 25 | EXTRA_OECONF = "--without-gnome-proxy" | 25 | EXTRA_OECONF = "--without-gnome-proxy" |
| 26 | 26 | ||
| 27 | inherit gnomebase | 27 | inherit gnomebase gettext |
| 28 | 28 | ||
| 29 | FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/" | 29 | FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/" |
| 30 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/" | 30 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/" |
