summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-05 04:19:11 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-08 22:09:43 +0000
commita1137cd310946643ac2b06c6ef1ab010a77b3084 (patch)
treec0b840d56fda2c9801dfef13d57e9f5b55d7b0a6
parent140c94362d9ef7c2980dedf51102245a08c719ce (diff)
downloadmeta-ti-a1137cd310946643ac2b06c6ef1ab010a77b3084.tar.gz
ti-ndk: Correcting the SRC_URI link
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ndk/ti-ndk.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-ti/ndk/ti-ndk.inc b/recipes-ti/ndk/ti-ndk.inc
index dfb09dec..9afde316 100644
--- a/recipes-ti/ndk/ti-ndk.inc
+++ b/recipes-ti/ndk/ti-ndk.inc
@@ -6,8 +6,7 @@ LICENSE = "BSD"
6require recipes-ti/includes/ti-paths.inc 6require recipes-ti/includes/ti-paths.inc
7 7
8S = "${WORKDIR}/ndk_${PV}" 8S = "${WORKDIR}/ndk_${PV}"
9 9SRC_URI = "http://software-dl.ti.com/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip"
10SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip"
11 10
12do_install() { 11do_install() {
13 CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" 12 CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"