diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-06-26 16:06:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-31 15:35:35 +0100 |
commit | 14d8dfdd52c287580f7d1588bfb263e5f9aaf04b (patch) | |
tree | 9ae853e9bfdb7e335236cc83cddb262833fb1ed6 /meta/recipes-devtools/installer | |
parent | 70ca9156aeb2e4a074130aba4eb4079263420895 (diff) | |
download | openembedded-core-14d8dfdd52c287580f7d1588bfb263e5f9aaf04b.tar.gz openembedded-core-14d8dfdd52c287580f7d1588bfb263e5f9aaf04b.tar.bz2 openembedded-core-14d8dfdd52c287580f7d1588bfb263e5f9aaf04b.zip |
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@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/installer')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 07070b54cf..c871e427c4 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 \ |