diff options
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer_1.0.bb')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 6 |
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/" ADT_DIR = "${WORKDIR}/adt-installer/" S = "${WORKDIR}/opkg-${PV}" -PV = "0.2.0" +PV = "0.3.0" SRC_URI = "http://downloads.yoctoproject.org/releases/opkg/opkg-${PV}.tar.gz \ file://wget_cache.patch \ file://adt_installer \ @@ -50,8 +50,8 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/opkg/opkg-${PV}.tar.gz \ file://opkg/conf/opkg-sdk-i686.conf \ " -SRC_URI[md5sum] = "e8a6fd34fb2529191fe09dc14c934cc3" -SRC_URI[sha256sum] = "81b7055eb4c12c5e5652339305c9236cf357890717d4bea063963f3f434d966f" +SRC_URI[md5sum] = "3412cdc71d78b98facc84b19331ec64e" +SRC_URI[sha256sum] = "7f735d1cdb8ef3718fb0f9fba44ca0d9a5c90d3a7f014f37a6d2f9474f54988f" ADTREPO ?= "http://adtrepo.yoctoproject.org/${SDK_VERSION}" |