From 9a0bdea2b9c2d3b5ad379a1d61f7e262693b75d0 Mon Sep 17 00:00:00 2001 From: Stefan Müller-Klieser Date: Tue, 29 Aug 2017 15:30:59 +0200 Subject: gtk+3: remove superfluous vardepsexclude MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta/recipes-gnome/gtk+/gtk+3.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-gnome') 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" -- cgit 1.2.3-korg