blob: e1c2720da89740ce5e8b52227a3da1a14b000bce [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Library for low-level interaction with nftables Netlink's API over libmnl"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26"
4SECTION = "libs"
5DEPENDS = "libmnl"
Brad Bishop26bdd442019-08-16 17:08:17 -04006
Brad Bishope42b3e32020-01-15 22:08:42 -05007SRCREV = "a71599dc0ae1a808e970e96850ea83d77f452994"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008SRC_URI = "git://git.netfilter.org/libnftnl \
Brad Bishope42b3e32020-01-15 22:08:42 -05009 file://0001-avoid-naming-local-function-as-one-of-printf-family.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010 "
11
12S = "${WORKDIR}/git"
13
14inherit autotools pkgconfig