mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
adt_installer: run autoreconf before configuring opkg
opkg fails to build on hosts with older autotools versions. [YOCTO #6293] (From OE-Core rev: 01f3afece8917a5f965f463b79e04693b0d2932a) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
362b67769d
commit
fcd1491a23
@@ -182,6 +182,7 @@ if [ ! -x "$LOCAL_OPKG_LOC/bin/opkg-cl" ]; then
|
||||
check_result
|
||||
|
||||
echo_info "Configure opkg ...\n"
|
||||
autoreconf
|
||||
./configure --prefix=$parent_folder/$LOCAL_OPKG_LOC --with-opkglibdir=$OPKG_LIBDIR --enable-shared=no --disable-curl --disable-ssl-curl --disable-gpg --disable-shave >> $parent_folder/$YOCTOADT_INSTALL_LOG_FILE
|
||||
check_result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user