diff options
author | Ross Burton <ross.burton@intel.com> | 2018-09-11 16:25:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-13 07:42:28 +0100 |
commit | 5bf97f67414ad848f13a277164db790aaa55db34 (patch) | |
tree | abb8a1e6b1c335e1ecc0ebdb460e07cb19812670 /meta | |
parent | b49872c9be5f731810abd7cf7d0394b2baeb852d (diff) | |
download | poky-5bf97f67414ad848f13a277164db790aaa55db34.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.6.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb index d341b2773e..2d8fa1adb7 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" | |||
84 | 84 | ||
85 | do_configure_append() { | 85 | do_configure_append() { |
86 | rm -f ${S}/Makefile.orig | 86 | rm -f ${S}/Makefile.orig |
87 | autoreconf -Wcross --verbose --install --force --exclude=autopoint ../Python-${PV}/Modules/_ctypes/libffi | ||
88 | } | 87 | } |
89 | 88 | ||
90 | run_make() { | 89 | run_make() { |