mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
libpcap: Fix floating dbus dependency
Avoids WARNING: QA Issue: libpcap rdepends on dbus-lib but its not a build dependency? [build-deps] (From OE-Core rev: 8ced43cfee6e8de4fa462b0aabb0e1e5aeb2a65f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -27,6 +27,7 @@ EXTRA_OECONF = "--with-pcap=linux"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[libnl1] = "--with-libnl,--without-libnl,libnl1,libnl1"
|
||||
PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus"
|
||||
|
||||
CPPFLAGS_prepend = "-I${S} "
|
||||
CFLAGS_prepend = "-I${S} "
|
||||
|
||||
Reference in New Issue
Block a user