From: Alexander Kanavin Date: Thu, 27 Apr 2017 14:28:03 +0000 (+0300) Subject: mesa: drop pythonnative inherit X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae97611bbd0d23f689a9ea4ff5c18fe6fc396fb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa: drop pythonnative inherit Mesa is perfectly capable of using host python nowadays. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 0348bb2dbbf..447fd6d0df6 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -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"