[meta-ti] Denys Dmytriyenko : am33x-cm3: update md5 for license reformat, fix CC unset issue

Arago Project git git at arago-project.org
Wed Feb 5 22:14:52 PST 2014


Module: meta-ti
Branch: master
Commit: 5a0938245dc12ddcd0b7c52411bf8536c9e59406
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=5a0938245dc12ddcd0b7c52411bf8536c9e59406

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Thu Feb  6 01:11:50 2014 -0500

am33x-cm3: update md5 for license reformat, fix CC unset issue

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/ti/am33x-cm3_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb
index 175cbfb..4c395c7 100644
--- a/recipes-bsp/ti/am33x-cm3_git.bb
+++ b/recipes-bsp/ti/am33x-cm3_git.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "Cortex-M3 binary blob for suspend-resume"
 
 LICENSE = "TI-BSD"
-LIC_FILES_CHKSUM = "file://License.txt;md5=858099c817e47ea63559fc6b67ae8d91"
+LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
 
 PV = "05.00.00.02"
-PR = "r1"
+PR = "r2"
 
 # Make package machine specific due to different init scripts
 PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -36,7 +36,7 @@ SCRIPT_ti43x = "init-am43x-cm3"
 S = "${WORKDIR}/git"
 
 do_compile() {
-	make CC="${TARGET_CC}" CROSS_COMPILE="${TARGET_PREFIX}"
+	make CROSS_COMPILE="${TARGET_PREFIX}"
 }
 
 do_install() {



More information about the meta-ti mailing list