diff options
| author | Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> | 2015-04-24 22:58:30 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:25:53 +0200 |
| commit | 9c449ee15bf7d87b68869b0cc09f648927c4eea1 (patch) | |
| tree | 11f9000062a023e4c52611012651f1961b5c67df | |
| parent | c6c324c9044095c1cb93e4973d324e47f7e9e44e (diff) | |
| download | meta-openembedded-9c449ee15bf7d87b68869b0cc09f648927c4eea1.tar.gz | |
syslog-ng: add util-linux to DEPENDS list
Add util-linux to the DEPENDS list to get rid of the following QA
warning:
syslog-ng-3.5.4.1: syslog-ng-libs rdepends on util-linux-libuuid, but it isn't a build dependency? [build-deps]
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc index 4aead31b75..b9ca880c6a 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc | |||
| @@ -12,7 +12,8 @@ HOMEPAGE = "http://www.balabit.com/network-security/syslog-ng/opensource-logging | |||
| 12 | LICENSE = "GPLv2 & LGPLv2.1" | 12 | LICENSE = "GPLv2 & LGPLv2.1" |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e0e8658d9be248f01b7933df24dc1408" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e0e8658d9be248f01b7933df24dc1408" |
| 14 | 14 | ||
| 15 | DEPENDS = "flex eventlog glib-2.0" | 15 | # util-linux added to get libuuid |
| 16 | DEPENDS = "flex eventlog glib-2.0 util-linux" | ||
| 16 | 17 | ||
| 17 | SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/${PV}/source/${BPN}_${PV}.tar.gz \ | 18 | SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/${PV}/source/${BPN}_${PV}.tar.gz \ |
| 18 | file://syslog-ng.conf \ | 19 | file://syslog-ng.conf \ |
