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>
This commit is contained in:
Alexander Kanavin 2015-06-26 16:06:03 +03:00 committed by Richard Purdie
parent 891ee70cbb
commit 689dd4eddf
1 changed files with 1 additions and 1 deletions

View 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 \