mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
libpcap: add PACKAGECONFIG for libnl1
Add --with-libnl autoconfig parameter and dependency between libpcap and libnl1. Disable libnl1 by default to avoid libpcap build error when libnl1 is involved. (From OE-Core rev: 52f16a5a56868137e17cf52fa7b664047ec7bcaf) Signed-off-by: Hu Yadi <Yadi.hu@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,6 +13,7 @@ DEPENDS = "flex-native bison-native libnl"
|
||||
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}"
|
||||
PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4"
|
||||
PACKAGECONFIG[canusb] = "--enable-canusb,--enable-canusb=no,libusb"
|
||||
PACKAGECONFIG[libnl1] = "--with-libnl,--without-libnl,libnl1,libnl1"
|
||||
|
||||
INC_PR = "r5"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user