aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-19 15:13:10 -0800
committerRobert Yang <liezhi.yang@windriver.com>2015-01-25 17:43:21 -0800
commitf4602e4bf5592cf3e39c5897c1ea935972614aaa (patch)
tree07988d25976add02cb5ea0c733033264592c5be1
parentb9c2d02f382408a8803c4ebb79c96b9604d470b2 (diff)
downloadmeta-openembedded-contrib-f4602e4bf5592cf3e39c5897c1ea935972614aaa.tar.gz
wireshark: add PACKAGECONFIG for geoip
Fixed: epan/dissectors/packet-ip.c:56:19: fatal error: GeoIP.h: No such file or directory Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb1
1 files changed, 1 insertions, 0 deletions
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 5740730a93..4fd519ead9 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"