ti-dvsdk-demos: use the proper variable for the build
authorDenys Dmytriyenko <denis@denix.org>
Mon, 1 Mar 2010 22:31:35 +0000 (17:31 -0500)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:20 +0000 (19:43 +0200)
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>
recipes/ti/ti-dvsdk-demos.inc

index c23546d..42eb6c9 100644 (file)
@@ -22,7 +22,7 @@ VERBOSE = "true"
 do_compile () {
         cd ${S}
         make -e clean
-        make -e ${PLATFORM}
+        make -e ${TARGET}
 }
 do_install () {
         cd ${S}