mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
swig: Fix configure failure
Fix the swig build failure by calling the default do_configure from autotools. (From OE-Core rev: 95c78d2166d3f8f47146ad7542569b25794dab6b) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
89dd30049b
commit
a9b1f9eca9
@@ -38,15 +38,9 @@ EXTRA_OECONF = " \
|
||||
--without-tcl \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
EXTRA_AUTORECONF += "-I Tools/config"
|
||||
|
||||
do_configure() {
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/Tools/config
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/Tools/config
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
|
||||
oe_runconf
|
||||
}
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
do_install_append_class-nativesdk() {
|
||||
cd ${D}${bindir}
|
||||
|
||||
Reference in New Issue
Block a user