From 8abeff7d410a4664b314f9a0bb761c02cfd3891a Mon Sep 17 00:00:00 2001 From: Roger Monk Date: Thu, 30 Sep 2010 10:48:07 +0100 Subject: [PATCH] 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 Signed-off-by: Koen Kooi --- recipes/ti/ti-paths.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.11.4.GIT