diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2017-08-29 15:30:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-30 11:14:26 +0100 |
commit | 2a86ae5e8d908b7cfa2b7e7f014e0820fa707526 (patch) | |
tree | 0cb0c2e4ec505560c1ce58e189e070aa4a288eee /meta | |
parent | 06280ec2e329bbc7413dc162177d1da642608c05 (diff) | |
download | poky-2a86ae5e8d908b7cfa2b7e7f014e0820fa707526.tar.gz |
gtk+3: remove superfluous vardepsexclude
This seems to be a leftover from the recipe sysroot transition. Remove
it, as it might mask configuration errors.
(From OE-Core rev: 9a0bdea2b9c2d3b5ad379a1d61f7e262693b75d0)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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 += " \ | |||
38 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT} \ | 38 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT} \ |
39 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \ | 39 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \ |
40 | " | 40 | " |
41 | EXTRA_OECONF[vardepsexclude] = "MACHINE" | ||
42 | 41 | ||
43 | do_compile_prepend() { | 42 | do_compile_prepend() { |
44 | export GIR_EXTRA_LIBS_PATH="${B}/gdk/.libs" | 43 | export GIR_EXTRA_LIBS_PATH="${B}/gdk/.libs" |