summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb')
-rw-r--r--meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb b/meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb
new file mode 100644
index 0000000000..e74763ecd6
--- /dev/null
+++ b/meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb
@@ -0,0 +1,18 @@
1SUMMARY = "LibDAQ: The Data AcQuisition Library"
2DESCRIPTION = "LibDAQ is a pluggable abstraction layer for interacting with a data source (traditionally a network interface or network data plane)."
3HOMEPAGE = "http://www.snort.org"
4SECTION = "libs"
5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=79258250506422d064560a7b95b2d53e"
7
8DEPENDS = "libdnet libpcap"
9
10inherit autotools pkgconfig
11
12SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master;tag=v${PV} \
13 file://0001-example-Use-lm-for-the-fst-module.patch"
14
15SRCREV = "ec9741c22f74b6ed8955b5f1fb4113775d4df0d4"
16
17
18FILES:${PN} += "${libdir}/daq/*.so"