]> code.ossystems Code Review - openembedded-core.git/commitdiff
waffle: no need to depend on target python3
authorMarek Vasut <marex@denx.de>
Mon, 30 Mar 2020 12:59:46 +0000 (14:59 +0200)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 2 Apr 2020 03:39:37 +0000 (11:39 +0800)
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-graphics/waffle/waffle_1.6.0.bb

index 8a1d5748f636d0f9aa9599e79e546a9e5ae2a702..82cead9ad13e72dbe110f893dbb47e25cf73a6bb 100644 (file)
@@ -35,3 +35,8 @@ PACKAGECONFIG[x11-egl] = "-Dx11_egl=enabled,-Dx11_egl=disabled,virtual/${MLPREFI
 PACKAGECONFIG[surfaceless-egl] = "-Dsurfaceless_egl=enabled,-Dsurfaceless_egl=disabled,virtual/${MLPREFIX}libgl"
 
 # TODO: optionally build manpages and examples
+
+# Unset these to stop python trying to report the target Python setup
+_PYTHON_SYSCONFIGDATA_NAME[unexport] = "1"
+STAGING_INCDIR[unexport] = "1"
+STAGING_LIBDIR[unexport] = "1"