From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id ADC0660017 for ; Mon, 26 Jan 2015 02:48:47 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id t0Q2mlVS008042 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Sun, 25 Jan 2015 18:48:47 -0800 (PST) Received: from [128.224.162.174] (128.224.162.174) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Sun, 25 Jan 2015 18:48:47 -0800 Message-ID: <54C5AB0E.90303@windriver.com> Date: Mon, 26 Jan 2015 10:48:46 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: References: <54C5A48C.5000609@gmail.com> In-Reply-To: <54C5A48C.5000609@gmail.com> Subject: Re: [meta-networking] [PATCH 4/5] wireshark: add PACKAGECONFIG for geoip X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2015 02:48:54 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 01/26/2015 10:21 AM, akuster808 wrote: > > Robert, > > thanks. > > I think there is a fix for this sitting in the patch queue. > > also there is an update pending in master-next for 1.12.3 Thanks, we can drop this patch, then. // Robert > > - armin > > On 01/25/2015 05:45 PM, Robert Yang wrote: >> Fixed: >> epan/dissectors/packet-ip.c:56:19: fatal error: GeoIP.h: No such file or >> directory >> >> Signed-off-by: Robert Yang >> --- >> .../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" >> >>