blob: 64271c74d3689ca3440ebf0ac12b4a69bf02544b [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Low-level library for netfilter related kernel/userspace communication"
2DESCRIPTION = "libnfnetlink is the low-level library for netfilter related \
3kernel/userspace communication. It provides a generic messaging \
4infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \
5nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \
6management tools in userspace."
7HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
8SECTION = "libs"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009LICENSE = "GPL-2.0-or-later"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
13
Brad Bishop6e60e8b2018-02-01 10:27:11 -050014SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=tar \
15 file://0001-build-resolve-automake-1.12-warnings.patch \
16 file://0002-src-get-source-code-license-header-in-sync-with-curr.patch \
17 file://0003-configure-uclinux-is-also-linux.patch \
18 file://0004-libnfnetlink-initialize-attribute-padding-to-resolve.patch \
19 file://0005-include-Sync-with-kernel-headers.patch \
20 file://0006-src-Use-stdint-types-everywhere.patch \
21 "
Patrick Williamsb48b7b42016-08-17 15:04:38 -050022SRC_URI[tar.md5sum] = "98927583d2016a9fb1936fed992e2c5e"
23SRC_URI[tar.sha256sum] = "f270e19de9127642d2a11589ef2ec97ef90a649a74f56cf9a96306b04817b51a"
24
25inherit autotools pkgconfig