[oe-commits] [openembedded-core] 04/12: gtk+3: remove superfluous vardepsexclude

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 22:42:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 463f1da6111bb41ce421ab8de23bae7070eb2a6e
Author: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
AuthorDate: Tue Aug 29 15:30:59 2017 +0200

    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 <s.mueller-klieser at phytec.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-gnome/gtk+/gtk+3.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc
index 34845ae..0a357db 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list