diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-06-10 19:10:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-23 11:46:57 +0100 |
commit | e344dc152d3833fdf8ff6efd028b1b462d417d73 (patch) | |
tree | b7e663ed7d743c26cf83df69ace012ad810eba4e /meta/recipes-connectivity | |
parent | 00a3872b8e4d0dfa519afc98215658256f0fe94a (diff) | |
download | poky-e344dc152d3833fdf8ff6efd028b1b462d417d73.tar.gz |
libpcap: add a dummy PACKAGECONFIG for bluez5
The BLUEZ is default to bluez5, but there is only PACKAGECONFIG[bluez4],
no PACKAGECONFIG[bluez5], add a dummy PACKAGECONFIG for bluez5 to avoid
confusing the user, and avoid the warning.
(From OE-Core rev: f2a09e6170e68f4892f3c7cb9d27a4365efa94e8)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/libpcap/libpcap.inc | 2 |
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 | ||
23 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)}" | 23 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)}" |
24 | PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4" | 24 | PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4" |
25 | # Add a dummy PACKAGECONFIG for bluez5 since it is not supported by libpcap. | ||
26 | PACKAGECONFIG[bluez5] = ",," | ||
25 | PACKAGECONFIG[canusb] = "--enable-canusb,--enable-canusb=no,libusb" | 27 | PACKAGECONFIG[canusb] = "--enable-canusb,--enable-canusb=no,libusb" |
26 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" | 28 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" |
27 | PACKAGECONFIG[libnl] = "--with-libnl,--without-libnl,libnl" | 29 | PACKAGECONFIG[libnl] = "--with-libnl,--without-libnl,libnl" |