From: Roger Monk Date: Mon, 28 Jun 2010 10:27:18 +0000 (+0100) Subject: ti-codec-engine: Force makefile regeneration for complete 'clean' X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b335d08f61e766526d3a1df27defd6cfbf0c77fe;p=openembedded.git ti-codec-engine: Force makefile regeneration for complete 'clean' * To completely 'clean' the prebuilt examples, we should first regenerate the makefiles using a and XDC '.make' step. * Updated Examples build to include this. Signed-off-by: Roger Monk Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/ti-codec-engine.inc b/recipes/ti/ti-codec-engine.inc index 57802961f1..1b89ea71b2 100644 --- a/recipes/ti/ti-codec-engine.inc +++ b/recipes/ti/ti-codec-engine.inc @@ -85,7 +85,7 @@ do_prepsources() { CGTOOLS_V5T="${TOOLCHAIN_PATH}" \ CGTOOLS_C64P="${CODEGEN_INSTALL_DIR}" \ CGTOOLS_C674="${CODEGEN_INSTALL_DIR}" \ - clean + .make clean done }