diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-03-03 08:45:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-04 22:52:44 -0500 |
commit | 432566c5573c79f113a04f5d814f595b9ea18159 (patch) | |
tree | aced7c5d1b4bbe25e820b88369b8a8a6388fe54a /recipes-ti/mpm-transport | |
parent | 05e7e4dceef4cf782a1f282f41ca433210f3a78d (diff) | |
download | meta-ti-432566c5573c79f113a04f5d814f595b9ea18159.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>
Diffstat (limited to 'recipes-ti/mpm-transport')
-rw-r--r-- | recipes-ti/mpm-transport/mpm-transport_git.bb | 4 |
1 files changed, 1 insertions, 3 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" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=122b7757f366f3f6fe11988715258fc9" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=122b7757f366f3f6fe11988715258fc9" |
5 | COMPATIBLE_MACHINE = "keystone" | 5 | COMPATIBLE_MACHINE = "keystone" |
6 | 6 | ||
7 | DEPENDS = "common-csl-ip edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld uio-module-drv syslog-ng" | 7 | DEPENDS = "common-csl-ip edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld uio-module-drv" |
8 | DEPENDS_append_k2hk = " hyplnk-lld srio-lld" | 8 | DEPENDS_append_k2hk = " hyplnk-lld srio-lld" |
9 | DEPENDS_append_k2e = " hyplnk-lld" | 9 | DEPENDS_append_k2e = " hyplnk-lld" |
10 | 10 | ||
11 | RDEPENDS_${PN} = "syslog-ng" | ||
12 | |||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 12 | ||
15 | SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}" |