From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from www.dynamicdevices.co.uk (www.dynamicdevices.co.uk [89.200.136.37]) by mail.openembedded.org (Postfix) with ESMTP id 30F1B6F190 for ; Wed, 5 Mar 2014 17:40:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by www.dynamicdevices.co.uk (Postfix) with ESMTP id 5C814862DB; Wed, 5 Mar 2014 17:40:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at lennoab2.miniserver.com Received: from www.dynamicdevices.co.uk ([127.0.0.1]) by localhost (www.dynamicdevices.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fOuAu7R4D4bR; Wed, 5 Mar 2014 17:39:58 +0000 (UTC) Received: from [127.0.0.1] (cpc32-live22-2-0-cust59.17-2.cable.virginm.net [82.36.253.60]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by www.dynamicdevices.co.uk (Postfix) with ESMTPSA id A2E9C8610D; Wed, 5 Mar 2014 17:39:58 +0000 (UTC) Message-ID: <53176169.9060501@dynamicdevices.co.uk> Date: Wed, 05 Mar 2014 17:39:53 +0000 From: Alex J Lennon User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: martin.jansa@gmail.com References: <20140305172026.GX26981@jama> In-Reply-To: <20140305172026.GX26981@jama> X-Enigmail-Version: 1.6 X-Content-Filtered-By: Mailman/MimeDel 2.1.12 Cc: openembedded-devel@lists.openembedded.org Subject: Re: [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 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: Wed, 05 Mar 2014 17:40:02 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 05/03/2014 17:20, Martin Jansa wrote: > On Wed, Mar 05, 2014 at 03:49:13PM +0000, Alex J Lennon wrote: >> daq-2.0.1.tar.gz is missing from SRC_URI location. Presumably replaced with 2.02. > Sorry I haven't noticed it when replying on oe-core version, but can you > please remove 2.0.1 version in the same patch and sent with -M? > > Do you know if it fixes do_install issue when building on host with > dash? It's reported regularly in: > http://www.openembedded.org/wiki/Bitbake_World_Status > > Thanks! Apologies. I thought I had the removal of 2.0.1 in there. Clearly I shouldn't be doing this type of thing before the first coffee of the day! I'll take a look at the issue you mention before I resubmit Cheers, Alex >> Signed-off-by: Alex J Lennon >> --- >> meta-oe/recipes-connectivity/daq/daq_2.0.2.bb | 16 ++++++++++++++++ >> 1 file changed, 16 insertions(+) >> create mode 100644 meta-oe/recipes-connectivity/daq/daq_2.0.2.bb >> >> diff --git a/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb b/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb >> new file mode 100644 >> index 0000000..2675e2a >> --- /dev/null >> +++ b/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb >> @@ -0,0 +1,16 @@ >> +SUMMARY = "The dump DAQ test the various inline mode features " >> +HOMEPAGE = "http://www.snort.org" >> +LICENSE = "GPLv2" >> +LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0" >> + >> +PARALLEL_MAKE = "" >> + >> +DEPENDS = "libpcap libpcre " >> + >> +SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \ >> + file://disable-run-test-program-while-cross-compiling.patch " >> + >> +SRC_URI[md5sum] = "865bf9b750a2a2ca632591a3c70b0ea0" >> +SRC_URI[sha256sum] = "d65d1e67c4994e02c3142c49a648642e780b7e3d942b4a51f605309beac269a8" >> + >> +inherit autotools >> -- >> 1.7.9.5 >> >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel