[oe-commits] Laurentiu Palcu : adt_installer: run autoreconf before configuring opkg

git at git.openembedded.org git at git.openembedded.org
Mon May 12 17:01:56 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 09c548869c9ba92067a0942a00408c4403139ab3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=09c548869c9ba92067a0942a00408c4403139ab3

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Mon May 12 17:29:02 2014 +0300

adt_installer: run autoreconf before configuring opkg

opkg fails to build on hosts with older autotools versions.

[YOCTO #6293]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/installer/adt-installer/adt_installer | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer
index 1f2d039..7fc37f8 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
 



More information about the Openembedded-commits mailing list