summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-03-03 08:45:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-04 22:51:16 -0500
commitfd0c466044e879740daa21038c6c7a44d445472e (patch)
treefbf83a79a26e5c1c5c036a9168f94b81006c0b9e
parentfbc708bbbb5b0486d75a27e76435dffa660244d0 (diff)
downloadmeta-ti-fd0c466044e879740daa21038c6c7a44d445472e.tar.gz
multiprocmgr, mpm-transport: do not depend on syslog-ng, not in meta-ti or oe-core
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/mpm-transport/mpm-transport_git.bb4
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr_git.bb1
2 files changed, 1 insertions, 4 deletions
diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index 0e5930ae..3c28f28c 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -4,12 +4,10 @@ LICENSE = "BSD-3-Clause & MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=122b7757f366f3f6fe11988715258fc9" 4LIC_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"
8DEPENDS_append_k2hk = " hyplnk-lld srio-lld" 8DEPENDS_append_k2hk = " hyplnk-lld srio-lld"
9DEPENDS_append_k2e = " hyplnk-lld" 9DEPENDS_append_k2e = " hyplnk-lld"
10 10
11RDEPENDS_${PN} = "syslog-ng"
12
13PACKAGE_ARCH = "${MACHINE_ARCH}" 11PACKAGE_ARCH = "${MACHINE_ARCH}"
14 12
15SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}"
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index cafcd980..1ec2241a 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -8,7 +8,6 @@ SRC_URI_append = " file://mpmsrv-daemon.service"
8PR = "${INC_PR}.1" 8PR = "${INC_PR}.1"
9 9
10DEPENDS = "mpm-transport libdaemon virtual/kernel cmem" 10DEPENDS = "mpm-transport libdaemon virtual/kernel cmem"
11RDEPENDS_${PN} = "syslog-ng"
12 11
13PACKAGE_ARCH = "${MACHINE_ARCH}" 12PACKAGE_ARCH = "${MACHINE_ARCH}"
14 13