git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f6f63b
)
ti-codec-engine: Force makefile regeneration for complete 'clean'
author
Roger Monk
<r-monk@ti.com>
Mon, 28 Jun 2010 10:27:18 +0000
(11:27 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 29 Jun 2010 07:21:39 +0000
(09:21 +0200)
* 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 <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-codec-engine.inc
patch
|
blob
|
history
diff --git
a/recipes/ti/ti-codec-engine.inc
b/recipes/ti/ti-codec-engine.inc
index
5780296
..
1b89ea7
100644
(file)
--- 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
}