1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

mesa: drop pythonnative inherit

Mesa is perfectly capable of using host python nowadays.

(From OE-Core rev: 0ae97611bbd0d23f689a9ea4ff5c18fe6fc396fb)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2017-04-27 17:28:03 +03:00
committed by Richard Purdie
parent baf8cc35a9
commit 3bc1e30c31
+1 -1
View File
@@ -18,7 +18,7 @@ DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native"
PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa"
inherit autotools pkgconfig pythonnative gettext distro_features_check
inherit autotools pkgconfig gettext distro_features_check
REQUIRED_DISTRO_FEATURES = "opengl"