]> code.ossystems Code Review - openembedded-core.git/commitdiff
adt-installer: update SRC_URI to not use Google Code
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 26 Jun 2015 13:06:03 +0000 (16:06 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 14:35:35 +0000 (15:35 +0100)
Google Code is shutting down and opkg tarballs are now available
from yoctoproject.org

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/installer/adt-installer_1.0.bb

index 07070b54cf7ed8f86f595293310c8dee61cc22e4..c871e427c4d142000c11ad59124b83e4c1124be2 100644 (file)
@@ -38,7 +38,7 @@ ADT_DIR = "${WORKDIR}/adt-installer/"
 S = "${WORKDIR}/opkg-${PV}"
 
 PV = "0.2.0"
-SRC_URI = "https://opkg.googlecode.com/files/opkg-${PV}.tar.gz \
+SRC_URI = "http://downloads.yoctoproject.org/releases/opkg/opkg-${PV}.tar.gz \
            file://wget_cache.patch \
            file://adt_installer \
            file://scripts/adt_installer_internal \