From 1928f74bd7ace39e6c4f8f1e035dee261c87a7fe Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 1 Mar 2010 17:31:35 -0500 Subject: 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 --- recipes/ti/ti-dvsdk-demos.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes') 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} -- cgit 1.2.3-korg