diff options
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.bb | 18 |
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 @@ | |||
| 1 | SUMMARY = "LibDAQ: The Data AcQuisition Library" | ||
| 2 | DESCRIPTION = "LibDAQ is a pluggable abstraction layer for interacting with a data source (traditionally a network interface or network data plane)." | ||
| 3 | HOMEPAGE = "http://www.snort.org" | ||
| 4 | SECTION = "libs" | ||
| 5 | LICENSE = "GPL-2.0-only" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=79258250506422d064560a7b95b2d53e" | ||
| 7 | |||
| 8 | DEPENDS = "libdnet libpcap" | ||
| 9 | |||
| 10 | inherit autotools pkgconfig | ||
| 11 | |||
| 12 | SRC_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 | |||
| 15 | SRCREV = "ec9741c22f74b6ed8955b5f1fb4113775d4df0d4" | ||
| 16 | |||
| 17 | |||
| 18 | FILES:${PN} += "${libdir}/daq/*.so" | ||
