summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/snort
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/snort')
-rw-r--r--meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb
index 7d946af25..fb717993c 100644
--- a/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb
+++ b/meta-networking/recipes-connectivity/snort/snort_2.9.7.5.bb
@@ -4,7 +4,7 @@ SECTION = "net"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" 5LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5"
6 6
7DEPENDS = "libpcap libpcre daq libdnet util-linux" 7DEPENDS = "xz libpcap libpcre daq libdnet util-linux"
8 8
9SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \ 9SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \
10 file://snort.init \ 10 file://snort.init \
@@ -56,6 +56,8 @@ do_install_append() {
56 install -m 755 ${WORKDIR}/snort.init ${D}${sysconfdir}/init.d/snort 56 install -m 755 ${WORKDIR}/snort.init ${D}${sysconfdir}/init.d/snort
57 mkdir -p ${D}${localstatedir}/log/snort 57 mkdir -p ${D}${localstatedir}/log/snort
58 install -d ${D}/var/log/snort 58 install -d ${D}/var/log/snort
59
60 sed -i 's/-fdebug-prefix-map[^ ]*//g; s#${STAGING_DIR_TARGET}##g' ${D}${libdir}/pkgconfig/*.pc
59} 61}
60 62
61FILES_${PN} += " \ 63FILES_${PN} += " \
@@ -84,6 +86,3 @@ FILES_${PN}-dev += " \
84 ${libdir}/snort_dynamicrules/*.so \ 86 ${libdir}/snort_dynamicrules/*.so \
85 ${prefix}/src/snort_dynamicsrc \ 87 ${prefix}/src/snort_dynamicsrc \
86" 88"
87
88# http://errors.yoctoproject.org/Errors/Details/35137/
89PNBLACKLIST[snort] ?= "BROKEN: QA Issue: snort_preproc.pc, snort_output.pc, snort.pc"