summaryrefslogtreecommitdiffstats
path: root/recipes-ti/mpm-transport
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-12-01 00:18:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-30 16:45:59 -0500
commit46f20bb8d4352f102f38de327ec7b38d521ee3a9 (patch)
tree5fcb4e884ab50c1f3f0716422c717d8b617ce0c9 /recipes-ti/mpm-transport
parent6cbe8dcb5f5807d2ac9c9ad7604009122788a2f4 (diff)
downloadmeta-ti-46f20bb8d4352f102f38de327ec7b38d521ee3a9.tar.gz
mpm-transport: fix syntax for appending dependencies
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/mpm-transport')
-rw-r--r--recipes-ti/mpm-transport/mpm-transport_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index cc211ce3..7d86196b 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=122b7757f366f3f6fe11988715258fc9"
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
6 6
7DEPENDS = "common-csl-ip edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld uio-module-drv syslog-ng" 7DEPENDS = "common-csl-ip edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld uio-module-drv syslog-ng"
8DEPENDS_append_k2hk-evm += "hyplnk-lld srio-lld" 8DEPENDS_append_k2hk-evm = " hyplnk-lld srio-lld"
9DEPENDS_append_k2e-evm += "hyplnk-lld" 9DEPENDS_append_k2e-evm = " hyplnk-lld"
10 10
11RDEPENDS_${PN} = "syslog-ng" 11RDEPENDS_${PN} = "syslog-ng"
12 12
@@ -19,7 +19,7 @@ BRANCH = "linux41"
19SRCREV = "892e93238b7f9f480ddceb7ade042026a4d178bd" 19SRCREV = "892e93238b7f9f480ddceb7ade042026a4d178bd"
20 20
21PV = "2.0.0.0" 21PV = "2.0.0.0"
22PR = "r0" 22PR = "r1"
23 23
24EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" 24EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
25EXTRA_OEMAKE_append_k2hk-evm += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true" 25EXTRA_OEMAKE_append_k2hk-evm += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true"