Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
20 lines
776 B
BlitzBasic
20 lines
776 B
BlitzBasic
SUMMARY = "Minimalistic user-space Netlink utility library"
|
|
DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \
|
|
functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs."
|
|
HOMEPAGE = "https://www.netfilter.org/projects/libmnl/index.html"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI = "https://netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2 \
|
|
file://0001-examples-genl-fix-wrong-attribute-size.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF += "--with-doxygen=no"
|
|
|
|
BBCLASSEXTEND = "native"
|