mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b49872c9be
commit
5bf97f6741
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user