Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2
Date: Thu, 6 Mar 2014 19:38:04 +0100	[thread overview]
Message-ID: <20140306183804.GI26981@jama> (raw)
In-Reply-To: <20140305193027.GD26981@jama>

[-- Attachment #1: Type: text/plain, Size: 3278 bytes --]

On Wed, Mar 05, 2014 at 08:30:27PM +0100, Martin Jansa wrote:
> On Wed, Mar 05, 2014 at 05:39:53PM +0000, Alex J Lennon wrote:
> > 
> > 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've added 2.0.1 removal when cherry-picking this to master-next.
> 
> > I'll take a look at the issue you mention before I resubmit
> 
> Thanks, I've started new world build, please watch status e-mails to see
> if it happens there as well again, it's possible that dash isn't the
> (only) reason for the failure..

Yes, it does fail with 2.0.2, you can see whole log here:
http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20140306_000713.log/bitbake.log

> 
> > 
> > Cheers, Alex
> > 
> > >> Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
> > >> ---
> > >>  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
> >    
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2014-03-06 18:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1394010806.git.ajlennon@dynamicdevices.co.uk>
2014-03-05 15:49 ` [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 Alex J Lennon
2014-03-05 17:20   ` Martin Jansa
2014-03-05 17:39     ` Alex J Lennon
2014-03-05 18:25       ` Alex J Lennon
2014-03-05 19:30       ` Martin Jansa
2014-03-06 18:38         ` Martin Jansa [this message]
2014-03-07 10:08           ` Alex J Lennon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140306183804.GI26981@jama \
    --to=martin.jansa@gmail.com \
    --cc=ajlennon@dynamicdevices.co.uk \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox