diff options
| author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2015-09-08 14:24:49 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-09 14:27:48 +0100 |
| commit | 08e09222b2b8a0ac4f60f02c002b185318a2110b (patch) | |
| tree | deef81b5bb558006f1e109d56f7bdd48bd0467cd /meta/recipes-devtools/installer/adt-installer/adt_installer | |
| parent | dd075b9e79250b6db998a583881f966befffa2e0 (diff) | |
| download | poky-08e09222b2b8a0ac4f60f02c002b185318a2110b.tar.gz | |
adt-installer: upgrade to opkg 0.3.0
- Opkg 0.3.0 deprecated --disable-shave & --withopkglibdir options.
- Add -i option to autoreconf since opkg tarball is missing conf.compile.
- Recreate wget_cache.patch
(From OE-Core rev: 8683e198829b729b2f242336d9de6d79251b4be9)
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/adt_installer')
| -rwxr-xr-x | meta/recipes-devtools/installer/adt-installer/adt_installer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer index 3172de7bca..b8cfb2e5c5 100755 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer | |||
| @@ -182,8 +182,8 @@ if [ ! -x "$LOCAL_OPKG_LOC/bin/opkg" ]; then | |||
| 182 | check_result | 182 | check_result |
| 183 | 183 | ||
| 184 | echo_info "Configure opkg ...\n" | 184 | echo_info "Configure opkg ...\n" |
| 185 | autoreconf | 185 | autoreconf -i |
| 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 | ./configure --prefix=$parent_folder/$LOCAL_OPKG_LOC --enable-shared=no --disable-curl --disable-ssl-curl --disable-gpg >> $parent_folder/$YOCTOADT_INSTALL_LOG_FILE |
| 187 | check_result | 187 | check_result |
| 188 | 188 | ||
| 189 | echo_info "Make opkg ...\n" | 189 | echo_info "Make opkg ...\n" |
