diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-12-06 01:19:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-16 10:23:22 +0000 |
commit | ef8fd68b7fbb889866633da4f3c37f4786102002 (patch) | |
tree | 418a2cfcbe2835bc58529db6e70d14e8da390177 | |
parent | 280c83335a7418e280ed4b56ee4a089dba010dc3 (diff) | |
download | poky-ef8fd68b7fbb889866633da4f3c37f4786102002.tar.gz |
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
(From OE-Core rev: dcfbfb9b1fc2b5d54e3c04375cb8fc87df849f1f)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb index ac7312b92d..b104a43044 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 \ | |||
34 | --enable-sdl-dlopen \ | 34 | --enable-sdl-dlopen \ |
35 | --disable-rpath \ | 35 | --disable-rpath \ |
36 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE}" | 36 | WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE}" |
37 | EXTRA_OECONF[vardepsexclude] = "MACHINE" | ||
37 | 38 | ||
38 | # opengl packageconfig factored out to make it easy for distros | 39 | # opengl packageconfig factored out to make it easy for distros |
39 | # and BSP layers to pick either (desktop) opengl, gles2, or no GL | 40 | # and BSP layers to pick either (desktop) opengl, gles2, or no GL |