diff options
author | Koen Kooi <k-kooi@ti.com> | 2011-07-06 09:55:54 +0100 |
---|---|---|
committer | Koen Kooi <k-kooi@ti.com> | 2011-07-06 15:34:44 +0100 |
commit | 8f7291208ea7195654fa5ce6a3861f6eebb5916d (patch) | |
tree | 8169523bd504ef033032f3c99645df285a76e9ca /recipes-ti/ipc/ti-ipc.inc | |
parent | cf66e1cd2881822c7e3fae1284e4b486e55c36c7 (diff) | |
download | meta-ti-8f7291208ea7195654fa5ce6a3861f6eebb5916d.tar.gz |
add ipc 1.23.02.27
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc.inc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc new file mode 100644 index 00000000..8d1b8020 --- /dev/null +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -0,0 +1,36 @@ | |||
1 | DESCRIPTION = "TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" | ||
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html" | ||
3 | |||
4 | SECTION = "devel" | ||
5 | LICENSE = "BSD" | ||
6 | |||
7 | require ../includes/ti-paths.inc | ||
8 | require ../includes/ti-staging.inc | ||
9 | require ../includes/ti-eula-unpack.inc | ||
10 | |||
11 | S = "${WORKDIR}/ipc_${PV}" | ||
12 | |||
13 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin" | ||
14 | |||
15 | SRC_URI =+ "file://ipc.pc" | ||
16 | |||
17 | DEPENDS = "ti-sysbios ti-cgt6x ti-xdctools" | ||
18 | |||
19 | BINFILE="ipc_setuplinux_${PV}.bin" | ||
20 | TI_BIN_UNPK_CMDS="Y: q:workdir:Y" | ||
21 | |||
22 | do_configure() { | ||
23 | sed -i -e s:@VERSION@:${PV}:g ${WORKDIR}/ipc.pc | ||
24 | |||
25 | cp ${WORKDIR}/ipc.pc ${S} | ||
26 | } | ||
27 | |||
28 | do_install() { | ||
29 | install -d ${D}${IPC_INSTALL_DIR_RECIPE} | ||
30 | cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE} | ||
31 | |||
32 | install -d ${D}/${libdir}/pkgconfig | ||
33 | install ${S}/ipc.pc ${D}/${libdir}/pkgconfig/ | ||
34 | } | ||
35 | |||
36 | FILES_ti-ipc-dev = "${libdir}/*" | ||