diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-05 04:19:11 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-05 00:25:06 +0000 |
commit | 1af571163762516fe1bfb0bd6760020b651667db (patch) | |
tree | 6e1e463fc7596d70912f76da65edf05c00125a48 /recipes-ti | |
parent | 60a6b186b7e9eb60696c524e29f30461d5e0d28e (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ndk/ti-ndk.inc | 3 |
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" | |||
6 | require recipes-ti/includes/ti-paths.inc | 6 | require recipes-ti/includes/ti-paths.inc |
7 | 7 | ||
8 | S = "${WORKDIR}/ndk_${PV}" | 8 | S = "${WORKDIR}/ndk_${PV}" |
9 | 9 | SRC_URI = "http://software-dl.ti.com/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip" | |
10 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip" | ||
11 | 10 | ||
12 | do_install() { | 11 | do_install() { |
13 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | 12 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" |