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>2020-11-16 14:27:46 +0000
commitacfdab8daa3a67ebabc65fb7e152cc3a476b4333 (patch)
treeacef72e7dfb817733655c18a2ec25b770f46d157 /meta/recipes-graphics/mesa
parent3ec7f79ad2687381300010392c3320cca0dc638e (diff)
downloadpoky-acfdab8daa3a67ebabc65fb7e152cc3a476b4333.tar.gz
meta: drop _PYTHON_SYSCONFIGDATA_NAME hacks
(From OE-Core rev: d3a81dd0e72a3495bfc7cc969c2bb806b666023d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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 ca593b8b1f..a6652b0ddb 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -49,11 +49,6 @@ PROVIDES = " \
49 49
50inherit meson pkgconfig python3native gettext features_check 50inherit meson pkgconfig python3native gettext features_check
51 51
52# Unset these to stop python trying to report the target Python setup
53_PYTHON_SYSCONFIGDATA_NAME[unexport] = "1"
54STAGING_INCDIR[unexport] = "1"
55STAGING_LIBDIR[unexport] = "1"
56
57BBCLASSEXTEND = "native nativesdk" 52BBCLASSEXTEND = "native nativesdk"
58 53
59ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan" 54ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan"