diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-02-06 01:11:50 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-02-06 01:01:20 -0500 |
commit | 5a0938245dc12ddcd0b7c52411bf8536c9e59406 (patch) | |
tree | 7a460c7d393212f93063857f949c9cf16b9ac219 /recipes-bsp | |
parent | 6e850e49afe3b83a8f34e3d3234d6e6c90e981da (diff) | |
download | meta-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.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 175cbfb0..4c395c76 100644 --- a/recipes-bsp/ti/am33x-cm3_git.bb +++ b/recipes-bsp/ti/am33x-cm3_git.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | DESCRIPTION = "Cortex-M3 binary blob for suspend-resume" | 1 | DESCRIPTION = "Cortex-M3 binary blob for suspend-resume" |
2 | 2 | ||
3 | LICENSE = "TI-BSD" | 3 | LICENSE = "TI-BSD" |
4 | LIC_FILES_CHKSUM = "file://License.txt;md5=858099c817e47ea63559fc6b67ae8d91" | 4 | LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8" |
5 | 5 | ||
6 | PV = "05.00.00.02" | 6 | PV = "05.00.00.02" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | # Make package machine specific due to different init scripts | 9 | # Make package machine specific due to different init scripts |
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -36,7 +36,7 @@ SCRIPT_ti43x = "init-am43x-cm3" | |||
36 | S = "${WORKDIR}/git" | 36 | S = "${WORKDIR}/git" |
37 | 37 | ||
38 | do_compile() { | 38 | do_compile() { |
39 | make CC="${TARGET_CC}" CROSS_COMPILE="${TARGET_PREFIX}" | 39 | make CROSS_COMPILE="${TARGET_PREFIX}" |
40 | } | 40 | } |
41 | 41 | ||
42 | do_install() { | 42 | do_install() { |