aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorchase maupin <chasemaupin03@gmail.com>2011-03-17 03:02:06 +0000
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:21 +0200
commit8ec389e532c99ffa45350b74e242e421d1b148cf (patch)
treec32fcb7a2898e549d6ae93ada5ac0762d5ea4d08 /recipes/ti
parentf318794270eeb40cd12d8141b1dfe284ac72fd1a (diff)
downloadopenembedded-8ec389e532c99ffa45350b74e242e421d1b148cf.tar.gz
ti-pru-sw-example: fix building with new toolchain sysroot
* Patch taken from Arago overlay where it was added by Denys Dmytriyenko * PR incremented by two to align recipe PR values between Arago and OE. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-pru-sw-examples_1.00.00.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ti/ti-pru-sw-examples_1.00.00.bb b/recipes/ti/ti-pru-sw-examples_1.00.00.bb
index f5fa8d5233..45a01eb7b2 100644
--- a/recipes/ti/ti-pru-sw-examples_1.00.00.bb
+++ b/recipes/ti/ti-pru-sw-examples_1.00.00.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
LICENSE = "BSD"
DEPENDS += "ti-pru-sw-app-loader ti-pru-sw-edma-library"
RDEPENDS += "ti-pru-sw-edma-driver kernel-module-uio-pru"
-PR = "r2+svnr${SRCPV}"
+PR = "r4+svnr${SRCPV}"
COMPATIBLE_MACHINE = "omapl138"
@@ -14,7 +14,7 @@ S = "${WORKDIR}/trunk"
do_compile () {
make -C ${S}/example_apps \
- CC=${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc \
+ CC="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \
BINDIR_APPLICATIONS="${S}/example_apps/bin" \
BINDIR_FW="${S}/example_apps/bin" \
UTILS_DIR="${S}/utils"