summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-13 20:48:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-18 16:48:29 +0000
commit35c82292467710aa147ae6fca6da14bb88b97b82 (patch)
tree96ec4f71df9b153ca257c935f452d17742841d04 /meta/recipes-graphics/mesa
parentb543853a991e7b8fbd727dd1b6a7263a1b7ececb (diff)
downloadpoky-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/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc5
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
27inherit meson pkgconfig python3native gettext features_check 27inherit 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"
31STAGING_INCDIR[unexport] = "1"
32STAGING_LIBDIR[unexport] = "1"
33
34BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"
35 30
36ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan" 31ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan"