[oe-commits] Roger Monk : ti-paths: sync with arago by removing the 'packages' from LINK_INSTALL_DIR

git version control git at git.openembedded.org
Thu Sep 30 11:21:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8abeff7d410a4664b314f9a0bb761c02cfd3891a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8abeff7d410a4664b314f9a0bb761c02cfd3891a

Author: Roger Monk <r-monk at ti.com>
Date:   Thu Sep 30 10:48:07 2010 +0100

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 at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/ti/ti-paths.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/ti-paths.inc b/recipes/ti/ti-paths.inc
index 024419f..6b5260d 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"





More information about the Openembedded-commits mailing list