diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-05-12 17:29:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-29 13:42:24 +0100 |
commit | 8bbd5958b012c019617cd7c20554e1e7168687a2 (patch) | |
tree | cfdfe0477f1dd9e36edb307fffa9d3e082890279 /meta | |
parent | 6d898aef4c8130fe1c702c5bc144e0320ce2e33e (diff) | |
download | poky-8bbd5958b012c019617cd7c20554e1e7168687a2.tar.gz |
adt_installer: run autoreconf before configuring opkg
opkg fails to build on hosts with older autotools versions.
[YOCTO #6293]
(From OE-Core rev: 01f3afece8917a5f965f463b79e04693b0d2932a)
(From OE-Core rev: 41da4686404e130ac844ac7ea3553b38cff6aa88)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/recipes-devtools/installer/adt-installer/adt_installer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer index 1f2d039598..7fc37f82fc 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 | |||
182 | check_result | 182 | check_result |
183 | 183 | ||
184 | echo_info "Configure opkg ...\n" | 184 | echo_info "Configure opkg ...\n" |
185 | autoreconf | ||
185 | ./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 | 186 | ./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 |
186 | check_result | 187 | check_result |
187 | 188 | ||