[oe-commits] [openembedded-core] 06/08: python: we use system ffi so no need to autoreconf in-tree libffi

git at git.openembedded.org git at git.openembedded.org
Wed Sep 12 23:28:35 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 12626b26aca281d0d5ee90dc15627083a517fa3b
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Sep 11 16:25:54 2018 +0100

    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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python3_3.5.6.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb
index d341b27..2d8fa1a 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list