mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
libsoup-2.4: add intltool-native to DEPENDS
The configure script looks for this; most of the time dependency chains ensure this is present but we need to be explicit or failures can occur. Reported by Nicolas Dechesne <nicolas.dechesne@linaro.org> (From OE-Core master rev: 22e45ed7d74ceb4a719e7b5889400c20ed4a0783) (From OE-Core rev: 394fa61d00b97c19610bfb38f02174c4e8aeeb15) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
57e6d537e8
commit
eb3598d248
@@ -9,7 +9,7 @@ PR = "r1"
|
||||
|
||||
SECTION = "x11/gnome/libs"
|
||||
|
||||
DEPENDS = "glib-2.0 gnutls libxml2 libproxy"
|
||||
DEPENDS = "glib-2.0 gnutls libxml2 libproxy intltool-native"
|
||||
|
||||
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'gnome', '', d)}"
|
||||
PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,libgnome-keyring sqlite3"
|
||||
|
||||
Reference in New Issue
Block a user