From: Stefan Müller-Klieser Date: Tue, 29 Aug 2017 13:30:59 +0000 (+0200) Subject: gtk+3: remove superfluous vardepsexclude X-Git-Tag: 2017-10~407 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9a0bdea2b9c2d3b5ad379a1d61f7e262693b75d0;p=openembedded-core.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 34845ae04e..0a357db049 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"