]> code.ossystems Code Review - openembedded-core.git/commitdiff
adt_installer: run autoreconf before configuring opkg
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Mon, 12 May 2014 14:29:02 +0000 (17:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 May 2014 12:42:09 +0000 (13:42 +0100)
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>
meta/recipes-devtools/installer/adt-installer/adt_installer

index 1f2d039598c7904b55e1d864055d1df0eec1356d..7fc37f82fc13d127a165f8341180b838154107a7 100755 (executable)
@@ -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