summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer/adt-installer_1.0.bb
diff options
context:
space:
mode:
authorAlejandro del Castillo <alejandro.delcastillo@ni.com>2015-09-08 14:24:49 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-09 14:27:48 +0100
commit08e09222b2b8a0ac4f60f02c002b185318a2110b (patch)
treedeef81b5bb558006f1e109d56f7bdd48bd0467cd /meta/recipes-devtools/installer/adt-installer_1.0.bb
parentdd075b9e79250b6db998a583881f966befffa2e0 (diff)
downloadpoky-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_1.0.bb')
-rw-r--r--meta/recipes-devtools/installer/adt-installer_1.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb
index 346fd9e4e0..22e3850706 100644
--- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
+++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb
@@ -37,7 +37,7 @@ ADT_DEPLOY = "${DEPLOY_DIR}/sdk/"
37ADT_DIR = "${WORKDIR}/adt-installer/" 37ADT_DIR = "${WORKDIR}/adt-installer/"
38S = "${WORKDIR}/opkg-${PV}" 38S = "${WORKDIR}/opkg-${PV}"
39 39
40PV = "0.2.0" 40PV = "0.3.0"
41SRC_URI = "http://downloads.yoctoproject.org/releases/opkg/opkg-${PV}.tar.gz \ 41SRC_URI = "http://downloads.yoctoproject.org/releases/opkg/opkg-${PV}.tar.gz \
42 file://wget_cache.patch \ 42 file://wget_cache.patch \
43 file://adt_installer \ 43 file://adt_installer \
@@ -50,8 +50,8 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/opkg/opkg-${PV}.tar.gz \
50 file://opkg/conf/opkg-sdk-i686.conf \ 50 file://opkg/conf/opkg-sdk-i686.conf \
51 " 51 "
52 52
53SRC_URI[md5sum] = "e8a6fd34fb2529191fe09dc14c934cc3" 53SRC_URI[md5sum] = "3412cdc71d78b98facc84b19331ec64e"
54SRC_URI[sha256sum] = "81b7055eb4c12c5e5652339305c9236cf357890717d4bea063963f3f434d966f" 54SRC_URI[sha256sum] = "7f735d1cdb8ef3718fb0f9fba44ca0d9a5c90d3a7f014f37a6d2f9474f54988f"
55 55
56ADTREPO ?= "http://adtrepo.yoctoproject.org/${SDK_VERSION}" 56ADTREPO ?= "http://adtrepo.yoctoproject.org/${SDK_VERSION}"
57 57