[oe-commits] [openembedded-core] 06/28: libsdl2: add EXTRA_OECONF[vardepsexclude] = "MACHINE"

git at git.openembedded.org git at git.openembedded.org
Fri Dec 16 08:40:58 UTC 2016


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

commit dcfbfb9b1fc2b5d54e3c04375cb8fc87df849f1f
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Tue Dec 6 01:19:19 2016 +0100

    libsdl2: add EXTRA_OECONF[vardepsexclude] = "MACHINE"
    
    fixes Martin's MACHINE checksum test [1]
    
    [1] http://lists.openembedded.org/pipermail/openembedded-core/2016-November/129464.html
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb
index ac7312b..b104a43 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb
@@ -34,6 +34,7 @@ EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \
                 --enable-sdl-dlopen \
                 --disable-rpath \
                 WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE}"
+EXTRA_OECONF[vardepsexclude] = "MACHINE"
 
 # opengl packageconfig factored out to make it easy for distros
 # and BSP layers to pick either (desktop) opengl, gles2, or no GL

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


More information about the Openembedded-commits mailing list