mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 09:46:38 +01:00
python: Fix ctypes/libffi configure
Forces the creation of a configure script for ctypes/libffi Module by calling autoreconf after it being deleted on do_configure(). Fixes configuration hence compilation of this Python module. [YOCTO #7373] (From OE-Core rev: dd23f79c9ac4782fecc408fc14e66c0ce81f6973) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
51908e5141
commit
9c4574e389
@@ -37,7 +37,7 @@ EXTRA_OEMAKE = '\
|
||||
STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \
|
||||
'
|
||||
|
||||
do_configure_prepend() {
|
||||
do_configure_append() {
|
||||
autoreconf --verbose --install --force --exclude=autopoint ../Python-${PV}/Modules/_ctypes/libffi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user