mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Changelog: ========== - libdaq: add a ChangeLog.md file to track changes - pcap: add basic rewind feature upon reaching EOF (excluding stdin and pcapng) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
19 lines
650 B
BlitzBasic
19 lines
650 B
BlitzBasic
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 = "959b13d76aa3409acadfe22d1c30864698a297a7"
|
|
|
|
|
|
FILES:${PN} += "${libdir}/daq/*.so"
|