diff options
author | Marek Vasut <marex@denx.de> | 2020-03-30 14:59:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-17 08:29:02 +0100 |
commit | 782cde184e1e04279d727e3ce78bc34ce6cf1243 (patch) | |
tree | 0decea601aa23b48044b63dedf8bfe3c88e099bb /meta | |
parent | 5a3dd29f607aa401b9a3f7dcc837c24840718ed5 (diff) | |
download | poky-782cde184e1e04279d727e3ce78bc34ce6cf1243.tar.gz |
waffle: no need to depend on target python3
(From OE-Core rev: 7b4f6a4c7c5bcb4479c7e2e7eca733065cb40464)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/waffle/waffle_1.6.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-graphics/waffle/waffle_1.6.0.bb b/meta/recipes-graphics/waffle/waffle_1.6.0.bb index 8a1d5748f6..82cead9ad1 100644 --- a/meta/recipes-graphics/waffle/waffle_1.6.0.bb +++ b/meta/recipes-graphics/waffle/waffle_1.6.0.bb | |||
@@ -35,3 +35,8 @@ PACKAGECONFIG[x11-egl] = "-Dx11_egl=enabled,-Dx11_egl=disabled,virtual/${MLPREFI | |||
35 | PACKAGECONFIG[surfaceless-egl] = "-Dsurfaceless_egl=enabled,-Dsurfaceless_egl=disabled,virtual/${MLPREFIX}libgl" | 35 | PACKAGECONFIG[surfaceless-egl] = "-Dsurfaceless_egl=enabled,-Dsurfaceless_egl=disabled,virtual/${MLPREFIX}libgl" |
36 | 36 | ||
37 | # TODO: optionally build manpages and examples | 37 | # TODO: optionally build manpages and examples |
38 | |||
39 | # Unset these to stop python trying to report the target Python setup | ||
40 | _PYTHON_SYSCONFIGDATA_NAME[unexport] = "1" | ||
41 | STAGING_INCDIR[unexport] = "1" | ||
42 | STAGING_LIBDIR[unexport] = "1" | ||