mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 14:44:41 +02:00
28 lines
752 B
BlitzBasic
28 lines
752 B
BlitzBasic
require libnl.inc
|
|
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc"
|
|
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
# move it to extra subdirectory
|
|
includedir = "${prefix}/include/libnl1"
|
|
|
|
CFLAGS += '-DVLAN_FLAG_REORDER_HDR=1'
|
|
|
|
SRC_URI = "\
|
|
http://www.infradead.org/~tgr/libnl/files/libnl-${PV}.tar.gz \
|
|
file://local-includes.patch \
|
|
file://fix-includes.patch \
|
|
file://respect-ldflags.patch \
|
|
file://netlink-local-fix.patch \
|
|
file://dont-link-libnl-from-sysroot.patch \
|
|
file://build.only.static.lib.patch \
|
|
file://fix-ucred-declaration.patch \
|
|
"
|
|
S = "${WORKDIR}/libnl-${PV}"
|
|
|
|
SRC_URI[md5sum] = "ae970ccd9144e132b68664f98e7ceeb1"
|
|
SRC_URI[sha256sum] = "35cea4cfb6cd8af0cafa0f34fff81def5a1f193b8b8384299b4b21883e22edc3"
|