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:
Richard Purdie
2014-07-16 15:46:14 +00:00
parent 9837b8ee97
commit f4bb0d0d69

View File

@@ -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} "