From f218dd2a3c70cfafbb977270523b1db94362a9f2 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Sat, 27 Apr 2019 04:33:12 +0000 Subject: [PATCH] ti-ndk: Upgrade to 3.60.00.13 The checksum changed due to version & year. The license itself remains unchanged Signed-off-by: Denys Dmytriyenko --- recipes-ti/ndk/ti-ndk_3.40.01.01.bb | 16 ---------------- recipes-ti/ndk/ti-ndk_3.60.00.13.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes-ti/ndk/ti-ndk_3.40.01.01.bb create mode 100644 recipes-ti/ndk/ti-ndk_3.60.00.13.bb diff --git a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb b/recipes-ti/ndk/ti-ndk_3.40.01.01.bb deleted file mode 100644 index c6c18733..00000000 --- a/recipes-ti/ndk/ti-ndk_3.40.01.01.bb +++ /dev/null @@ -1,16 +0,0 @@ -require ti-ndk.inc - -PV = "3_40_01_01" -PR = "r0" - -LIC_FILES_CHKSUM = "file://manifest_ndk_${PV}.html;md5=9ddeee8ab01c13f593e6d085cca46b6a" - -SRC_URI[ndkzip.md5sum] = "bbbef445f2d2f84f9bee5d297f77d397" -SRC_URI[ndkzip.sha256sum] = "e2e5c683c70dfad6f4372c5eeebaf0209b27abb0f77304f14f0359cbc7b3f4b8" - -INHIBIT_PACKAGE_STRIP = "1" -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -INHIBIT_SYSROOT_STRIP = "1" - -COMPATIBLE_HOST ?= "null" -COMPATIBLE_HOST_ti-soc = "(.*)" diff --git a/recipes-ti/ndk/ti-ndk_3.60.00.13.bb b/recipes-ti/ndk/ti-ndk_3.60.00.13.bb new file mode 100644 index 00000000..700ad7d3 --- /dev/null +++ b/recipes-ti/ndk/ti-ndk_3.60.00.13.bb @@ -0,0 +1,16 @@ +require ti-ndk.inc + +PV = "3_60_00_13" +PR = "r0" + +LIC_FILES_CHKSUM = "file://manifest_ndk_${PV}.html;md5=6d1d16547344a4418e565586fa45b458" + +SRC_URI[ndkzip.md5sum] = "cc1bbe67b46bd02c4a423814360a4e00" +SRC_URI[ndkzip.sha256sum] = "86407d4b423419e020b38a44d1a61705fdec0ae0d5e35eb07b99fcfe5ceee7dd" + +INHIBIT_PACKAGE_STRIP = "1" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" +INHIBIT_SYSROOT_STRIP = "1" + +COMPATIBLE_HOST ?= "null" +COMPATIBLE_HOST_ti-soc = "(.*)"