From: Roger Monk Date: Thu, 30 Sep 2010 09:48:07 +0000 (+0100) Subject: ti-paths: sync with arago by removing the 'packages' from LINK_INSTALL_DIR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8abeff7d410a4664b314f9a0bb761c02cfd3891a;p=openembedded.git 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 --- 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"