summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/libpcap
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/libpcap')
-rw-r--r--meta/recipes-connectivity/libpcap/libpcap.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc
index 9b059d7df6..0873c248c5 100644
--- a/meta/recipes-connectivity/libpcap/libpcap.inc
+++ b/meta/recipes-connectivity/libpcap/libpcap.inc
@@ -22,6 +22,8 @@ EXTRA_OECONF = "--with-pcap=linux"
22 22
23PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)}" 23PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)}"
24PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4" 24PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4"
25# Add a dummy PACKAGECONFIG for bluez5 since it is not supported by libpcap.
26PACKAGECONFIG[bluez5] = ",,"
25PACKAGECONFIG[canusb] = "--enable-canusb,--enable-canusb=no,libusb" 27PACKAGECONFIG[canusb] = "--enable-canusb,--enable-canusb=no,libusb"
26PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" 28PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus"
27PACKAGECONFIG[libnl] = "--with-libnl,--without-libnl,libnl" 29PACKAGECONFIG[libnl] = "--with-libnl,--without-libnl,libnl"