summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb
blob: e74763ecd61e9d9ac08989935e54b1bc78b5ba2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "LibDAQ: The Data AcQuisition Library"
DESCRIPTION = "LibDAQ is a pluggable abstraction layer for interacting with a data source (traditionally a network interface or network data plane)."
HOMEPAGE = "http://www.snort.org"
SECTION = "libs"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=79258250506422d064560a7b95b2d53e"

DEPENDS = "libdnet libpcap"

inherit autotools pkgconfig

SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master;tag=v${PV} \
           file://0001-example-Use-lm-for-the-fst-module.patch"

SRCREV = "ec9741c22f74b6ed8955b5f1fb4113775d4df0d4"


FILES:${PN} += "${libdir}/daq/*.so"