aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-04-27 17:28:03 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-16 14:08:17 +0100
commit0ae97611bbd0d23f689a9ea4ff5c18fe6fc396fb (patch)
tree2350d6a3dacc889938f699de24e0d34caae64626
parentd7147f677aaff5dc3f63c1e1138ca86b1ea93e23 (diff)
downloadopenembedded-core-contrib-0ae97611bbd0d23f689a9ea4ff5c18fe6fc396fb.tar.gz
mesa: drop pythonnative inherit
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>
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 0348bb2dbb..447fd6d0df 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"