[oe-commits] [meta-openembedded] 03/07: snort: add dependency on bison-native

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 22:37:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit ac4ad1c40ff5b4f9cc99195f758de6a48eef4acf
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Sat Aug 18 20:27:42 2018 +0000

    snort: add dependency on bison-native
    
    * fixes:
       ERROR!  bison not found.
       Get it from http://www.gnu.org/software/bison/
       (You may also try byacc or yacc instead.)
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-connectivity/snort/snort_2.9.11.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.11.1.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.11.1.bb
index fdf41bf..22f52b5 100644
--- a/meta-networking/recipes-connectivity/snort/snort_2.9.11.1.bb
+++ b/meta-networking/recipes-connectivity/snort/snort_2.9.11.1.bb
@@ -4,7 +4,7 @@ SECTION = "net"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5"
 
-DEPENDS = "xz libpcap libpcre daq libdnet util-linux daq-native libtirpc"
+DEPENDS = "xz libpcap libpcre daq libdnet util-linux daq-native libtirpc bison-native"
 
 SRC_URI = "https://www.snort.org/downloads/snort/${BP}.tar.gz \
     file://snort.init \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list