From 1af571163762516fe1bfb0bd6760020b651667db Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Tue, 5 Mar 2019 04:19:11 +0000 Subject: [PATCH] ti-ndk: Correcting the SRC_URI link Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-ti/ndk/ti-ndk.inc | 3 +-- 1 file changed, 1 insertion(+), 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" 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"