From: Stefan Müller-Klieser Date: Tue, 29 Aug 2017 13:30:59 +0000 (+0200) Subject: gtk+3: remove superfluous vardepsexclude X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a0bdea2b9c2d3b5ad379a1d61f7e262693b75d0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gtk+3: remove superfluous vardepsexclude This seems to be a leftover from the recipe sysroot transition. Remove it, as it might mask configuration errors. Signed-off-by: Stefan Müller-Klieser Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 34845ae04ec..0a357db0491 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc @@ -38,7 +38,6 @@ EXTRA_OECONF += " \ WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT} \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \ " -EXTRA_OECONF[vardepsexclude] = "MACHINE" do_compile_prepend() { export GIR_EXTRA_LIBS_PATH="${B}/gdk/.libs"