diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-13 20:48:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-18 16:48:29 +0000 |
commit | 35c82292467710aa147ae6fca6da14bb88b97b82 (patch) | |
tree | 96ec4f71df9b153ca257c935f452d17742841d04 /meta/recipes-graphics | |
parent | b543853a991e7b8fbd727dd1b6a7263a1b7ececb (diff) | |
download | poky-35c82292467710aa147ae6fca6da14bb88b97b82.tar.gz |
meta: drop _PYTHON_SYSCONFIGDATA_NAME hacks
(From OE-Core rev: 961b6ce18c4dfff2fa54306230480dbd0cd970ee)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d3a81dd0e72a3495bfc7cc969c2bb806b666023d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index b7ef496fdc..a1bf878b1a 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -26,11 +26,6 @@ PROVIDES = " \ | |||
26 | 26 | ||
27 | inherit meson pkgconfig python3native gettext features_check | 27 | inherit meson pkgconfig python3native gettext features_check |
28 | 28 | ||
29 | # Unset these to stop python trying to report the target Python setup | ||
30 | _PYTHON_SYSCONFIGDATA_NAME[unexport] = "1" | ||
31 | STAGING_INCDIR[unexport] = "1" | ||
32 | STAGING_LIBDIR[unexport] = "1" | ||
33 | |||
34 | BBCLASSEXTEND = "native nativesdk" | 29 | BBCLASSEXTEND = "native nativesdk" |
35 | 30 | ||
36 | ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan" | 31 | ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan" |