From: Andre McCurdy Date: Fri, 19 Feb 2016 01:30:51 +0000 (-0800) Subject: libsoup-2.4: disable libsoup-gnome by default X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26899 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1602e8edf998ad2cd7dc06c5d55f4aad1ff24af1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libsoup-2.4: disable libsoup-gnome by default libsoup-gnome is entirely deprecated and has just been stubs since 2.42. Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb index a9d8050265e..13ff6851e9c 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb @@ -18,9 +18,8 @@ S = "${WORKDIR}/libsoup-${PV}" inherit autotools gettext pkgconfig upstream-version-is-even -# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable -# by default but let it be easily disabled. -PACKAGECONFIG ??= "gnome" +# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Disable by default. +PACKAGECONFIG ??= "" PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" EXTRA_OECONF = "--disable-vala"