mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
snort: add snort3 initial recipe
I am adding this recipe as snort2 is legacy now. See more: https://github.com/snort3/snort3 Signed-off-by: Khawaja Shaheryar <behzadshaheryar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
26511bb42a
commit
be6deab87e
34
meta-networking/recipes-connectivity/snort/snort3_git.bb
Normal file
34
meta-networking/recipes-connectivity/snort/snort3_git.bb
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
SUMMARY = "snort3"
|
||||
DESCRIPTION = "snort3 - a free lightweight network intrusion detection system for UNIX and Windows."
|
||||
HOMEPAGE = "http://www.snort.org/"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5"
|
||||
|
||||
PV = "3+git${SRCPV}"
|
||||
|
||||
DEPENDS = "flex hwloc libdaq libdnet libpcap libpcre libtirpc libunwind luajit zlib"
|
||||
|
||||
SRC_URI = "git://github.com/snort3/snort3.git;protocol=https;branch=master"
|
||||
SRCREV = "e1760a8dbb829bb3fcf1a340ab6cc4bb80a47ecd"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGES =+ "${PN}-scripts"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
FILES:${PN} += "${libdir}/snort/daq/*.so"
|
||||
|
||||
FILES:${PN}-scripts = "${bindir}/appid_detector_builder.sh"
|
||||
|
||||
RDEPENDS:${PN}-scripts += "bash"
|
||||
|
||||
# mips64/ppc/ppc64/riscv64/riscv32 is not supported in this release
|
||||
COMPATIBLE_HOST:mipsarchn32 = "null"
|
||||
COMPATIBLE_HOST:mipsarchn64 = "null"
|
||||
COMPATIBLE_HOST:powerpc = "null"
|
||||
COMPATIBLE_HOST:powerpc64 = "null"
|
||||
COMPATIBLE_HOST:powerpc64le = "null"
|
||||
COMPATIBLE_HOST:riscv64 = "null"
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
Loading…
Reference in New Issue
Block a user