diff options
author | Denys Dmytriiyenko <[denis@denix.org]> | 2010-01-14 09:45:12 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:10 +0200 |
commit | 9a9098b0bec645db3007ffa764936f2e8c8554e9 (patch) | |
tree | f7280d7441ebc2cdf6071ac4f2684657b36e5c4e /recipes/ti/ti-codec-engine.inc | |
parent | bae27805cd3ea069df5ca460c890d7bc41c8e663 (diff) |
ti: point properly to toolchain, whether it's internal or external
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-codec-engine.inc')
-rw-r--r-- | recipes/ti/ti-codec-engine.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-codec-engine.inc b/recipes/ti/ti-codec-engine.inc index 5449f6be43..6f415c51c8 100644 --- a/recipes/ti/ti-codec-engine.inc +++ b/recipes/ti/ti-codec-engine.inc @@ -60,7 +60,7 @@ endif/g' \ CMEM_INSTALL_DIR="${CMEM_INSTALL_DIR}" \ LPM_INSTALL_DIR="${LPM_INSTALL_DIR}" \ EDMA3_LLD_INSTALL_DIR="${EDMA3_LLD_INSTALL_DIR}" \ - CGTOOLS_V5T="${CROSS_DIR}" \ + CGTOOLS_V5T="${TOOLCHAIN_PATH}" \ CGTOOLS_C64P="${CGT6x_DIR}" \ CGTOOLS_C674="${CGT6x_DIR}" \ clean all |