From: Laurentiu Palcu Date: Mon, 12 May 2014 14:29:02 +0000 (+0300) Subject: adt_installer: run autoreconf before configuring opkg X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33658 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01f3afece8917a5f965f463b79e04693b0d2932a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git adt_installer: run autoreconf before configuring opkg opkg fails to build on hosts with older autotools versions. [YOCTO #6293] Signed-off-by: Laurentiu Palcu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer index 1f2d039598c..7fc37f82fc1 100755 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer @@ -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