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-08-01 07:34:07 +0100 |
commit | 689dd4eddfa10c2e9efce4b565430c068ecece47 (patch) | |
tree | 9891774f91a08a1e6282f4da16551b7f20fab34f /meta/recipes-devtools/installer | |
parent | 891ee70cbbec3d448e5910098689bc674d206122 (diff) | |
download | poky-689dd4eddfa10c2e9efce4b565430c068ecece47.tar.gz |
adt-installer: update SRC_URI to not use Google Code
Google Code is shutting down and opkg tarballs are now available
from yoctoproject.org
(From OE-Core rev: 14d8dfdd52c287580f7d1588bfb263e5f9aaf04b)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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/" | |||
38 | S = "${WORKDIR}/opkg-${PV}" | 38 | S = "${WORKDIR}/opkg-${PV}" |
39 | 39 | ||
40 | PV = "0.2.0" | 40 | PV = "0.2.0" |
41 | SRC_URI = "https://opkg.googlecode.com/files/opkg-${PV}.tar.gz \ | 41 | SRC_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 \ |
44 | file://scripts/adt_installer_internal \ | 44 | file://scripts/adt_installer_internal \ |