xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libmnl/libmnl_1.0.4.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Minimalistic user-space Netlink utility library"
2DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \
3    functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs."
4HOMEPAGE = "https://www.netfilter.org/projects/libmnl/index.html"
5SECTION = "libs"
6LICENSE = "LGPL-2.1-or-later"
7LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
8
9SRC_URI = "https://netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar"
10SRC_URI[tar.md5sum] = "be9b4b5328c6da1bda565ac5dffadb2d"
11SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81"
12
13inherit autotools pkgconfig
14
15BBCLASSEXTEND = "native"
16