aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libepoxy/libepoxy_git.bb
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2015-07-24 10:17:48 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-31 10:31:00 +0100
commitda889e86bac55178e06b6e2328ddf9415698fd79 (patch)
tree8aa4098d40ec57181f90c818848fdf25454c8d76 /meta/recipes-graphics/libepoxy/libepoxy_git.bb
parentb31a75a11f663d13c8089b8abd3a8fd080aa7e9a (diff)
downloadopenembedded-core-contrib-da889e86bac55178e06b6e2328ddf9415698fd79.tar.gz
libepoxy: Don't try to use python3 during configuration
The scripts use argparse which is only in Python 3.2 onwards, so to avoid failures on hosts using 3.0 or 3.1 just look for Python 2. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/libepoxy/libepoxy_git.bb')
-rw-r--r--meta/recipes-graphics/libepoxy/libepoxy_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_git.bb b/meta/recipes-graphics/libepoxy/libepoxy_git.bb
index 9816257495..535af5d9f1 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_git.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_git.bb
@@ -10,6 +10,7 @@ SRC_URI = " \
git://github.com/anholt/libepoxy.git \
file://0001-select-platforms-based-on-configuration-results.patch \
file://0002-add-an-option-to-disable-glx-support.patch \
+ file://no-need-for-python3.patch \
"
SRCREV="20062c25e7612cab023cdef44d3277ba1bd0b2de"
PV = "1.2+git${SRCPV}"