]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: drop pythonnative inherit
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 27 Apr 2017 14:28:03 +0000 (17:28 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 May 2017 13:08:17 +0000 (14:08 +0100)
Mesa is perfectly capable of using host python nowadays.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/mesa/mesa.inc

index 0348bb2dbbf331a8f10bae9341fa5a014191867d..447fd6d0df637aa8b97df42f4ba6b45d8621e368 100644 (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"