aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2010-03-01 17:31:35 -0500
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:20 +0200
commit1928f74bd7ace39e6c4f8f1e035dee261c87a7fe (patch)
treede41930732ae96079eabc97acdfe4ea461b5364f /recipes/ti
parent2be75db64cd7c3a6d78a4173ffcc56692c1fe0c4 (diff)
downloadopenembedded-1928f74bd7ace39e6c4f8f1e035dee261c87a7fe.tar.gz
ti-dvsdk-demos: use the proper variable for the build
PLATFORM variable is no longer set in the common .inc file, use the local TARGET var instead. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-dvsdk-demos.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-dvsdk-demos.inc b/recipes/ti/ti-dvsdk-demos.inc
index c23546d009..42eb6c9cd4 100644
--- a/recipes/ti/ti-dvsdk-demos.inc
+++ b/recipes/ti/ti-dvsdk-demos.inc
@@ -22,7 +22,7 @@ VERBOSE = "true"
do_compile () {
cd ${S}
make -e clean
- make -e ${PLATFORM}
+ make -e ${TARGET}
}
do_install () {
cd ${S}