diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2014-08-13 19:39:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:48 +0100 |
commit | 06db5d95fb5568e1fb6e117a6fa2414daf017439 (patch) | |
tree | 750049091bd29bf0f06d4aba0be954fcc87807c3 | |
parent | 9f6d86758f2e92a0058771fd451e3f864b4ead3f (diff) | |
download | poky-06db5d95fb5568e1fb6e117a6fa2414daf017439.tar.gz |
libsoup-2.4: Inherit gettext
Build fails otherwise if USE_NLS is set to "no".
(From OE-Core rev: 07f9215d9615dfc26c7c1fccb98adbe593a0d967)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb index f062b2eefa..81da911926 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb | |||
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "fa3d5574c1a2df521242e2ca624a2b3057121798cab9f8f40525aa186a | |||
23 | 23 | ||
24 | S = "${WORKDIR}/libsoup-${PV}" | 24 | S = "${WORKDIR}/libsoup-${PV}" |
25 | 25 | ||
26 | inherit autotools pkgconfig | 26 | inherit autotools gettext pkgconfig |
27 | 27 | ||
28 | # glib-networking is needed for SSL, proxies, etc. | 28 | # glib-networking is needed for SSL, proxies, etc. |
29 | RRECOMMENDS_${PN} = "glib-networking" | 29 | RRECOMMENDS_${PN} = "glib-networking" |