summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/ipc/ti-ipc-examples-linux_git.bb')
-rw-r--r--recipes-ti/ipc/ti-ipc-examples-linux_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
index ab479556..81706592 100644
--- a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
+++ b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
@@ -5,7 +5,7 @@ SRC_URI += "file://0001-examples-ClusterMgr-sys_errlist-has-been-deprecated-.pat
5 5
6DEPENDS = "ti-ipc ti-xdctools-native ti-sysbios ti-ipc-rtos zip-native" 6DEPENDS = "ti-ipc ti-xdctools-native ti-sysbios ti-ipc-rtos zip-native"
7 7
8do_compile_append() { 8do_compile:append() {
9 9
10 if [ "${PLATFORM}" != "UNKNOWN" ]; then 10 if [ "${PLATFORM}" != "UNKNOWN" ]; then
11 oe_runmake extract HOSTOS="linux" IPC_INSTALL_DIR="${IPC_INSTALL_DIR}" 11 oe_runmake extract HOSTOS="linux" IPC_INSTALL_DIR="${IPC_INSTALL_DIR}"
@@ -27,7 +27,7 @@ do_compile_append() {
27 fi 27 fi
28} 28}
29 29
30do_install_append() { 30do_install:append() {
31 cd ${S_ipc-examples}/src 31 cd ${S_ipc-examples}/src
32 32
33 if [ "${PLATFORM}" != "UNKNOWN" ]; then 33 if [ "${PLATFORM}" != "UNKNOWN" ]; then
@@ -46,4 +46,4 @@ do_install_append() {
46 fi 46 fi
47} 47}
48 48
49FILES_${PN} += "${bindir}/*" 49FILES:${PN} += "${bindir}/*"