summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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:20 -0500
commit5a0938245dc12ddcd0b7c52411bf8536c9e59406 (patch)
tree7a460c7d393212f93063857f949c9cf16b9ac219 /recipes-bsp
parent6e850e49afe3b83a8f34e3d3234d6e6c90e981da (diff)
downloadmeta-ti-5a0938245dc12ddcd0b7c52411bf8536c9e59406.tar.gz
am33x-cm3: update md5 for license reformat, fix CC unset issue
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-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() {