summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb')
-rw-r--r--meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb b/meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb
new file mode 100644
index 000000000..74964e074
--- /dev/null
+++ b/meta-networking/recipes-connectivity/daq/libdaq_3.0.14.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 \
13 file://0001-example-Use-lm-for-the-fst-module.patch"
14SRCREV = "4e68d7ba6940df9a1503599d7b177029112d6b6a"
15
16S = "${WORKDIR}/git"
17
18FILES:${PN} += "${libdir}/daq/*.so"