Files
poky/meta/recipes-graphics/libepoxy/libepoxy/no-need-for-python3.patch
Ross Burton 1c914a844b meta: Fix Upstream-Status statements
Fix a variety of problems such as typos, bad punctuations, or incorrect
Upstream-Status values.

(From OE-Core rev: bd220fe6ce8c3a0805f13a14706d3130ea872604)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-09-12 23:01:53 +01:00

21 lines
604 B
Diff

There is no need to use python3 by this package (the python scripts
that are using during configuration only need python2.7+)
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
--
Index: git/configure.ac
===================================================================
--- git.orig/configure.ac
+++ git/configure.ac
@@ -40,7 +40,7 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
-AC_CHECK_PROGS([PYTHON], [python3 python2 python])
+AC_CHECK_PROGS([PYTHON], [python2 python])
# Initialize libtool
AC_DISABLE_STATIC