1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

ti-ndk: Correcting the SRC_URI link

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2019-03-05 04:19:11 +00:00
committed by Denys Dmytriyenko
parent 140c94362d
commit a1137cd310

View File

@@ -6,8 +6,7 @@ LICENSE = "BSD"
require recipes-ti/includes/ti-paths.inc
S = "${WORKDIR}/ndk_${PV}"
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip"
SRC_URI = "http://software-dl.ti.com/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip"
do_install() {
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"