[oe] [meta-networking] [PATCH 4/5] wireshark: add PACKAGECONFIG for geoip

Robert Yang liezhi.yang at windriver.com
Mon Jan 26 01:45:08 UTC 2015


Fixed:
epan/dissectors/packet-ip.c:56:19: fatal error: GeoIP.h: No such file or directory

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 .../recipes-support/wireshark/wireshark_1.12.2.bb  |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb
index 5740730..4fd519e 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb
@@ -36,6 +36,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
 PACKAGECONFIG[gnutls] = "--with-gnutls=yes, --with-gnutls=no, gnutls"
 PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt"
 PACKAGECONFIG[krb5] = "--with-krb5=yes, --with-krb5=no, krb5"
+PACKAGECONFIG[geoip] = "--with-geoip, --without-geoip, geoip"
 
 EXTRA_OECONF = "--with-qt=no --enable-usr-local=no --enable-tshark --with-c-ares=no"
 
-- 
1.7.9.5




More information about the Openembedded-devel mailing list