aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-09-30 10:48:07 +0100
committerKoen Kooi <koen@openembedded.org>2010-09-30 13:20:26 +0200
commit8abeff7d410a4664b314f9a0bb761c02cfd3891a (patch)
tree534b7c01c0b485d29bb99721c9535cf0a19d687b
parent75eaadb71c2f6fdd732096648e5b9995746d8bb7 (diff)
downloadopenembedded-8abeff7d410a4664b314f9a0bb761c02cfd3891a.tar.gz
ti-paths: sync with arago by removing the 'packages' from LINK_INSTALL_DIR
* older dsplink recipes might need a fixup for this Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r--recipes/ti/ti-paths.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-paths.inc b/recipes/ti/ti-paths.inc
index 024419fce5..6b5260d3b5 100644
--- a/recipes/ti/ti-paths.inc
+++ b/recipes/ti/ti-paths.inc
@@ -12,7 +12,7 @@ export CE_INSTALL_DIR_RECIPE = "${installdir}/ti-codec-engine-tree"
export EDMA3_LLD_INSTALL_DIR_RECIPE = "${installdir}/ti-edma3lld-tree"
export LINUXUTILS_INSTALL_DIR_RECIPE = "${installdir}/ti-linuxutils-tree"
export CMEM_INSTALL_DIR_RECIPE = "${installdir}/ti-linuxutils-tree"
-export LINK_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplink-tree/packages"
+export LINK_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplink-tree"
export LPM_INSTALL_DIR_RECIPE = "${installdir}/ti-local-power-manager-tree"
export DMAI_INSTALL_DIR_RECIPE = "${installdir}/ti-dmai-tree"
export CODEC_INSTALL_DIR_RECIPE = "${installdir}/ti-codecs-tree"