From 94a8eff9a95313e29683ebaecb83378a3c776b48 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 13 Nov 2020 20:48:53 +0100 Subject: meta: drop _PYTHON_SYSCONFIGDATA_NAME hacks Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 7901859e38de06c56b8535a8425e76cb114c57dc) Signed-off-by: Anuj Mittal --- meta/recipes-graphics/mesa/mesa.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 9fc62e95e1..a4c7007157 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -48,11 +48,6 @@ PROVIDES = " \ inherit meson pkgconfig python3native gettext features_check -# 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" - BBCLASSEXTEND = "native nativesdk" ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan" -- cgit 1.2.3-korg