[oe-commits] Alexander Kanavin : adt-installer: update SRC_URI to not use Google Code

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 06:35:18 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 14d8dfdd52c287580f7d1588bfb263e5f9aaf04b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=14d8dfdd52c287580f7d1588bfb263e5f9aaf04b

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Fri Jun 26 16:06:03 2015 +0300

adt-installer: update SRC_URI to not use Google Code

Google Code is shutting down and opkg tarballs are now available
from yoctoproject.org

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb
index 07070b5..c871e42 100644
--- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
+++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb
@@ -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 \



More information about the Openembedded-commits mailing list