Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 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 \ |
| 13 | file://0001-example-Use-lm-for-the-fst-module.patch" |
| 14 | SRCREV = "c757aaae5a70d5bbb3239c5a16bca217a5aca651" |
| 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | FILES:${PN} += "${libdir}/daq/*.so" |