summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-02-06 01:11:50 -0500
committerDenys Dmytriyenko <denys@ti.com>2014-02-06 01:01:14 -0500
commit89d2711fb409c28db32bfa7f52b69dbb83999a90 (patch)
treeb28581438cd0af3c211510c7891d2219e52a33a1
parent51b183dcdeb3e5f91bfd4a0f1641abebdcffaeee (diff)
downloadmeta-ti-89d2711fb409c28db32bfa7f52b69dbb83999a90.tar.gz
am33x-cm3: update md5 for license reformat, fix CC unset issue
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/ti/am33x-cm3_git.bb6
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 175cbfb0..4c395c76 100644
--- a/recipes-bsp/ti/am33x-cm3_git.bb
+++ b/recipes-bsp/ti/am33x-cm3_git.bb
@@ -1,10 +1,10 @@
1DESCRIPTION = "Cortex-M3 binary blob for suspend-resume" 1DESCRIPTION = "Cortex-M3 binary blob for suspend-resume"
2 2
3LICENSE = "TI-BSD" 3LICENSE = "TI-BSD"
4LIC_FILES_CHKSUM = "file://License.txt;md5=858099c817e47ea63559fc6b67ae8d91" 4LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
5 5
6PV = "05.00.00.02" 6PV = "05.00.00.02"
7PR = "r1" 7PR = "r2"
8 8
9# Make package machine specific due to different init scripts 9# Make package machine specific due to different init scripts
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -36,7 +36,7 @@ SCRIPT_ti43x = "init-am43x-cm3"
36S = "${WORKDIR}/git" 36S = "${WORKDIR}/git"
37 37
38do_compile() { 38do_compile() {
39 make CC="${TARGET_CC}" CROSS_COMPILE="${TARGET_PREFIX}" 39 make CROSS_COMPILE="${TARGET_PREFIX}"
40} 40}
41 41
42do_install() { 42do_install() {