summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer/adt-installer_1.0.bb
diff options
context:
space:
mode:
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