mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
autotools: require that a configure script exists
There's no point inheriting autotools if you're not actually going to run a configure script, so make a missing configure script fatal. (From OE-Core rev: 6d327a39befae44a88a812bdf4acde800dcee57b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d599ce3d63
commit
0c7190686c
|
@ -206,11 +206,8 @@ autotools_do_configure() {
|
|||
ACLOCAL="$ACLOCAL" autoreconf -Wcross -Wno-obsolete --verbose --install --force ${EXTRA_AUTORECONF} || die "autoreconf execution failed."
|
||||
cd $olddir
|
||||
fi
|
||||
if [ -e ${CONFIGURE_SCRIPT} ]; then
|
||||
oe_runconf
|
||||
else
|
||||
bbnote "nothing to configure"
|
||||
fi
|
||||
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
autotools_do_compile() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user