aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-codec-engine.inc
diff options
context:
space:
mode:
authorBrijesh Singh <bksingh@ti.com>2010-09-09 18:37:07 -0500
committerKoen Kooi <koen@openembedded.org>2010-09-14 08:42:14 +0200
commit5513bd1f9a572c4e7a8678d437352ece991c8ff5 (patch)
treea9b12b1225e7c8c54bb2e8128c30478456ccd796 /recipes/ti/ti-codec-engine.inc
parentc0aa2ce3fc5f1133cdd51202848582649f35f02c (diff)
downloadopenembedded-5513bd1f9a572c4e7a8678d437352ece991c8ff5.tar.gz
ti-codec-engine_2.26.00.08: add new codec engine version.
ti-codec-engine_2.26.00.08: add new codec engine version. * Add CE 2.26 GA release version. * .make target is no longer supported on 2.26 hence commenting out from .inc. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Roger Monk <r-monk@ti.com>
Diffstat (limited to 'recipes/ti/ti-codec-engine.inc')
-rw-r--r--recipes/ti/ti-codec-engine.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/ti/ti-codec-engine.inc b/recipes/ti/ti-codec-engine.inc
index 9d5735490c..483a1619d9 100644
--- a/recipes/ti/ti-codec-engine.inc
+++ b/recipes/ti/ti-codec-engine.inc
@@ -85,7 +85,11 @@ do_prepsources() {
CGTOOLS_V5T="${TOOLCHAIN_PATH}" \
CGTOOLS_C64P="${CODEGEN_INSTALL_DIR}" \
CGTOOLS_C674="${CODEGEN_INSTALL_DIR}" \
- .make clean
+ clean
+ # '.make' target was used in CE < 2.26, but its no longer
+ # supported in CE >= 2.26. Now we are moved to >=2.26
+ # hence commenting out the .make target.
+ # .make clean
done
}