From fffd9cc13959d74dd43002d6ac21a096b3f6a177 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 9 Aug 2014 17:06:46 +0200 Subject: [PATCH] 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] (From meta-openembedded rev: 98d1178cb04190ff1e602d275fc6f8b2b83e8705) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openembedded/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb b/meta-openembedded/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb index 4d0e342..8f5175e 100644 --- a/meta-openembedded/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb +++ b/meta-openembedded/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.snort.org/" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" -DEPENDS = "libpcap libpcre daq libdnet" +DEPENDS = "libpcap libpcre daq libdnet util-linux" SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \ -- 2.7.4