diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-04-27 17:28:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-16 14:08:17 +0100 |
commit | 0ae97611bbd0d23f689a9ea4ff5c18fe6fc396fb (patch) | |
tree | 2350d6a3dacc889938f699de24e0d34caae64626 | |
parent | d7147f677aaff5dc3f63c1e1138ca86b1ea93e23 (diff) | |
download | openembedded-core-0ae97611bbd0d23f689a9ea4ff5c18fe6fc396fb.tar.gz openembedded-core-0ae97611bbd0d23f689a9ea4ff5c18fe6fc396fb.tar.bz2 openembedded-core-0ae97611bbd0d23f689a9ea4ff5c18fe6fc396fb.zip |
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.inc | 2 |
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" |