[oe-commits] Siddharth Heroor : TI IPC: Add missing dependencies

git version control git at git.openembedded.org
Sun Mar 27 15:42:35 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: c4f8fe3046992ddf1598eaef4e6c7de0811ada51
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c4f8fe3046992ddf1598eaef4e6c7de0811ada51

Author: Siddharth Heroor <heroor at ti.com>
Date:   Thu Mar 24 21:01:15 2011 +0000

TI IPC: Add missing dependencies

* The IPC software is for Sys/Bios and is dependent on Sys/Bios.
* To Build IPC and stage it we need XDCTools and C6000 Codegen.

Signed-off-by: Siddharth Heroor <heroor at ti.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

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

diff --git a/recipes/ti/ti-ipc.inc b/recipes/ti/ti-ipc.inc
index fc9b908..2a23a9b 100644
--- a/recipes/ti/ti-ipc.inc
+++ b/recipes/ti/ti-ipc.inc
@@ -13,6 +13,7 @@ S = "${WORKDIR}/ipc_${PV}"
 
 SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin"
 
+DEPENDS = "ti-sysbios ti-cgt6x ti-xdctools"
 BINFILE="ipc_setuplinux_${PV}.bin"
 TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
 





More information about the Openembedded-commits mailing list