[oe-commits] Martin Jansa : snort: add dependency on util-linux

git at git.openembedded.org git at git.openembedded.org
Tue Aug 12 11:40:42 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 98d1178cb04190ff1e602d275fc6f8b2b83e8705
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=98d1178cb04190ff1e602d275fc6f8b2b83e8705

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  9 17:06:46 2014 +0200

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 at gmail.com>

---

 meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 4d0e342..8f5175e 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/"
 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 \



More information about the Openembedded-commits mailing list