aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-16 19:11:18 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-16 19:11:18 +0100
commitfdf35631ee39e9deea8f3db8e35667b1c801659f (patch)
treee5de33b202edf874cdfa379e7d1a07b2ec9d4c01
parent38b378c542162703b38529cbe02c9509436a9b49 (diff)
downloadopenembedded-core-contrib-fdf35631ee39e9deea8f3db8e35667b1c801659f.tar.gz
ti-local-power-manager: add license checksum and fix toolchain path
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-ti/local-power-manager/ti-local-power-manager.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-ti/local-power-manager/ti-local-power-manager.inc b/recipes-ti/local-power-manager/ti-local-power-manager.inc
index 6b2e34373c..7ccbf9977f 100644
--- a/recipes-ti/local-power-manager/ti-local-power-manager.inc
+++ b/recipes-ti/local-power-manager/ti-local-power-manager.inc
@@ -3,6 +3,8 @@ HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/l
SECTION = "devel"
LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://gpl_2.0.txt;md5=ebb5c50ab7cab4baeffba14977030c07"
+
# TODO : Hardcoded path to evm3530 - need to fix when adding omap24xx/dm6446 (other lpm targets)
require ../includes/ti-paths.inc
@@ -43,7 +45,7 @@ do_configure () {
var Build = xdc.useModule('xdc.bld.BuildEnvironment');
var GCArmv5T = xdc.useModule('gnu.targets.arm.GCArmv5T');
-GCArmv5T.LONGNAME = "bin/${TARGET_PREFIX}gcc";
+GCArmv5T.LONGNAME = "${TARGET_PREFIX}gcc";
GCArmv5T.rootDir = "${TOOLCHAIN_PATH}";
GCArmv5T.ccOpts.prefix += " -Wall -fno-strict-aliasing ";
GCArmv5T.lnkOpts.suffix = GCArmv5T.lnkOpts.suffix.replace("-lstdc++", "");