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-05 00:25:06 +0000
commit1af571163762516fe1bfb0bd6760020b651667db (patch)
tree6e1e463fc7596d70912f76da65edf05c00125a48
parent60a6b186b7e9eb60696c524e29f30461d5e0d28e (diff)
downloadmeta-ti-1af571163762516fe1bfb0bd6760020b651667db.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"