[meta-ti] Denys Dmytriyenko : mpm-transport: fix syntax for appending dependencies
Arago Project git
git at arago-project.org
Mon Nov 30 13:46:20 PST 2015
Module: meta-ti
Branch: fido
Commit: 122098f072d32be9aa8377c9b8c28722de75ce40
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=122098f072d32be9aa8377c9b8c28722de75ce40
Author: Denys Dmytriyenko <denys at ti.com>
Date: Tue Dec 1 00:18:42 2015 +0000
mpm-transport: fix syntax for appending dependencies
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-ti/mpm-transport/mpm-transport_git.bb | 6 +++---
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 cc211ce..7d86196 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"
COMPATIBLE_MACHINE = "keystone"
DEPENDS = "common-csl-ip edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld uio-module-drv syslog-ng"
-DEPENDS_append_k2hk-evm += "hyplnk-lld srio-lld"
-DEPENDS_append_k2e-evm += "hyplnk-lld"
+DEPENDS_append_k2hk-evm = " hyplnk-lld srio-lld"
+DEPENDS_append_k2e-evm = " hyplnk-lld"
RDEPENDS_${PN} = "syslog-ng"
@@ -19,7 +19,7 @@ BRANCH = "linux41"
SRCREV = "892e93238b7f9f480ddceb7ade042026a4d178bd"
PV = "2.0.0.0"
-PR = "r0"
+PR = "r1"
EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
EXTRA_OEMAKE_append_k2hk-evm += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true"
More information about the meta-ti
mailing list