diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 17:06:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:24 +0200 |
commit | 98d1178cb04190ff1e602d275fc6f8b2b83e8705 (patch) | |
tree | aa0fd45557fd9df969f43cd16dd3021da3e49f5d /meta-networking/recipes-connectivity/snort | |
parent | fb87fda2643561fd908f7dc68f339bbe5bcb47a1 (diff) | |
download | meta-openembedded-98d1178cb04190ff1e602d275fc6f8b2b83e8705.tar.gz |
snort: add dependency on util-linux
* fixes floating dependency:
WARNING: QA Issue: snort rdepends on util-linux-libuuid but it isn't a build dependency? [build-deps]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/snort')
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb index 4d0e34218..8f5175e79 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.snort.org/" | |||
3 | LICENSE = "GPL-2.0" | 3 | LICENSE = "GPL-2.0" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" |
5 | 5 | ||
6 | DEPENDS = "libpcap libpcre daq libdnet" | 6 | DEPENDS = "libpcap libpcre daq libdnet util-linux" |
7 | 7 | ||
8 | 8 | ||
9 | SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \ | 9 | SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \ |