From: Ross Burton Date: Tue, 11 Sep 2018 15:25:54 +0000 (+0100) Subject: python: we use system ffi so no need to autoreconf in-tree libffi X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bf97f67414ad848f13a277164db790aaa55db34;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python: we use system ffi so no need to autoreconf in-tree libffi For target Python we use the libffi that we build, so we don't need to autoreconf the in-tree libffi. (From OE-Core rev: 12626b26aca281d0d5ee90dc15627083a517fa3b) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb index d341b2773ea..2d8fa1adb73 100644 --- a/meta/recipes-devtools/python/python3_3.5.6.bb +++ b/meta/recipes-devtools/python/python3_3.5.6.bb @@ -84,7 +84,6 @@ PACKAGECONFIG[pgo] = "--enable-optimizations" do_configure_append() { rm -f ${S}/Makefile.orig - autoreconf -Wcross --verbose --install --force --exclude=autopoint ../Python-${PV}/Modules/_ctypes/libffi } run_make() {