]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsdl2: add EXTRA_OECONF[vardepsexclude] = "MACHINE"
authorAndreas Müller <schnitzeltony@googlemail.com>
Tue, 6 Dec 2016 00:19:19 +0000 (01:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Dec 2016 08:30:00 +0000 (08:30 +0000)
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@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb

index ac7312b92d0328aee2dab0aaac747eed79c2f9cf..b104a430440da07306b0c2c6bf74f9b3e3da35ea 100644 (file)
@@ -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