[oe] [PATCH 1/2] TI IPC: Fixes for license, dependencies and installer unpack

Siddharth Heroor heroor at gmail.com
Thu Mar 24 08:52:58 UTC 2011


* Correct the license from TI to BSD.
* Fix dependencies
* Update the installer unpack commands for latest releases.

Signed-off-by: Siddharth Heroor <heroor at ti.com>
---
 recipes/ti/ti-ipc.inc |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/ti/ti-ipc.inc b/recipes/ti/ti-ipc.inc
index cd6ad6e..28f8525 100644
--- a/recipes/ti/ti-ipc.inc
+++ b/recipes/ti/ti-ipc.inc
@@ -1,20 +1,23 @@
 DESCRIPTION = "TI Inter Process Ccommunication (IPC) Mechanisms (for
Uni- and Multi- Processor Configurations)"
 HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html"
+
 SECTION = "devel"
-LICENSE = "TI"
+LICENSE = "BSD"

 require ti-paths.inc
 require ti-staging.inc
 require ti-eula-unpack.inc

-PR = "r2"
+PR = "r3"

 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"
+TI_BIN_UNPK_CMDS="Y: q:workdir:Y"

 do_install() {
     install -d ${D}${IPC_INSTALL_DIR_RECIPE}
--
1.7.0.4




More information about the Openembedded-devel mailing list