From: Denys Dmytriyenko Date: Mon, 1 Mar 2010 22:31:35 +0000 (-0500) Subject: ti-dvsdk-demos: use the proper variable for the build X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1928f74bd7ace39e6c4f8f1e035dee261c87a7fe;p=openembedded.git 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 Signed-off-by: Koen Kooi --- 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}