mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9f6d86758f
commit
06db5d95fb
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "fa3d5574c1a2df521242e2ca624a2b3057121798cab9f8f40525aa186a
|
|||||||
|
|
||||||
S = "${WORKDIR}/libsoup-${PV}"
|
S = "${WORKDIR}/libsoup-${PV}"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools gettext pkgconfig
|
||||||
|
|
||||||
# glib-networking is needed for SSL, proxies, etc.
|
# glib-networking is needed for SSL, proxies, etc.
|
||||||
RRECOMMENDS_${PN} = "glib-networking"
|
RRECOMMENDS_${PN} = "glib-networking"
|
||||||
|
|||||||
Reference in New Issue
Block a user