* [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 [not found] <cover.1394010806.git.ajlennon@dynamicdevices.co.uk> @ 2014-03-05 15:49 ` Alex J Lennon 0 siblings, 0 replies; 9+ messages in thread From: Alex J Lennon @ 2014-03-05 9:16 UTC (permalink / raw) To: openembedded-core daq-2.0.1.tar.gz is missing from SRC_URI location. Presumably replaced with 2.02. 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 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 @ 2014-03-05 15:49 ` Alex J Lennon 0 siblings, 0 replies; 9+ messages in thread From: Alex J Lennon @ 2014-03-05 15:49 UTC (permalink / raw) To: openembedded-devel daq-2.0.1.tar.gz is missing from SRC_URI location. Presumably replaced with 2.02. 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 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 2014-03-05 15:49 ` Alex J Lennon (?) @ 2014-03-05 14:41 ` Martin Jansa -1 siblings, 0 replies; 9+ messages in thread From: Martin Jansa @ 2014-03-05 14:41 UTC (permalink / raw) To: Alex J Lennon; +Cc: openembedded-core [-- Attachment #1: Type: text/plain, Size: 1625 bytes --] On Wed, Mar 05, 2014 at 09:16:23AM +0000, Alex J Lennon wrote: > daq-2.0.1.tar.gz is missing from SRC_URI location. Presumably replaced with 2.02. Wrong ML, meta-oe patches should go to openembedded-devel list (read README). > > 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-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 2014-03-05 15:49 ` Alex J Lennon (?) (?) @ 2014-03-05 17:20 ` Martin Jansa 2014-03-05 17:39 ` Alex J Lennon -1 siblings, 1 reply; 9+ messages in thread From: Martin Jansa @ 2014-03-05 17:20 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 1859 bytes --] 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! > > 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 -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 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 0 siblings, 2 replies; 9+ messages in thread From: Alex J Lennon @ 2014-03-05 17:39 UTC (permalink / raw) To: martin.jansa; +Cc: openembedded-devel 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 <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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 2014-03-05 17:39 ` Alex J Lennon @ 2014-03-05 18:25 ` Alex J Lennon 2014-03-05 19:30 ` Martin Jansa 1 sibling, 0 replies; 9+ messages in thread From: Alex J Lennon @ 2014-03-05 18:25 UTC (permalink / raw) To: martin.jansa; +Cc: openembedded-devel On 05/03/2014 17:39, 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! I had a look at building daq with dash enabled, I believe, and strangely enough daq_2.0.1 builds fine here for me (?) BB_VERSION = "1.21.1" BUILD_SYS = "i686-linux" NATIVELSBSTRING = "Ubuntu-12.04" TARGET_SYS = "i586-poky-linux" MACHINE = "qemux86" DISTRO = "poky" DISTRO_VERSION = "1.5+snapshot-20140305" TUNE_FEATURES = "m32 i586" TARGET_FPU = "" meta meta-yocto = "master:d6596f5e0446b6aa3ae845389965bb2852f17b65" meta-oe meta-networking = "master:279ebafb9dfcc3bd5095f4880e16a2e9401e38f7" meta-fsl-arm = "master:855918bbf2cad9d0f46304bbdaea7da71e9b2222" meta-fsl-arm-extra = "master:91b4ec6044e37246eeaf0dfb410bc8a542a949c7" meta-fsl-demos = "master:e15e440305ba048cb2887ef89641534dedcf40f5" meta-mono = "master:c1b1c95943b77003d0198d421e4dda970fa29069" meta-condeco = "master:af571d367810f80e53f2aa1d74ad6e6a1d5ea6d1" meta-erlang = "master:986fda4a4cd3ac521897206ba39fe4d9f42e50b9" BR, Alex ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 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 1 sibling, 1 reply; 9+ messages in thread From: Martin Jansa @ 2014-03-05 19:30 UTC (permalink / raw) To: Alex J Lennon; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 2828 bytes --] 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.. > > 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 [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 2014-03-05 19:30 ` Martin Jansa @ 2014-03-06 18:38 ` Martin Jansa 2014-03-07 10:08 ` Alex J Lennon 0 siblings, 1 reply; 9+ messages in thread From: Martin Jansa @ 2014-03-06 18:38 UTC (permalink / raw) To: Alex J Lennon; +Cc: openembedded-devel [-- 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 --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 2014-03-06 18:38 ` Martin Jansa @ 2014-03-07 10:08 ` Alex J Lennon 0 siblings, 0 replies; 9+ messages in thread From: Alex J Lennon @ 2014-03-07 10:08 UTC (permalink / raw) To: Martin Jansa; +Cc: openembedded-devel On 06/03/2014 18:38, Martin Jansa wrote: > 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 I wonder why it fails on your build system and not for me. The only difference that jumps out at me is that you are running an x64 host I don't suppose you fancy sending over an archive of your complete daq/2.0.2-r0/* build folder including the temp dir, and I'll try to do some comparisons here with mine. Cheers, Alex >>> 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 > > -- Dynamic Devices Ltd <http://www.dynamicdevices.co.uk/> Alex J Lennon / Director 1 Queensway, Liverpool L22 4RA mobile: +44 (0)7956 668178 Linkedin <http://www.linkedin.com/in/alexjlennon> Skype <skype:alexjlennon?add> This e-mail message may contain confidential or legally privileged information and is intended only for the use of the intended recipient(s). Any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is prohibited. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, or contain viruses. Anyone who communicates with us by e-mail is deemed to have accepted these risks. Company Name is not responsible for errors or omissions in this message and denies any responsibility for any damage arising from the use of e-mail. Any opinion and other statement contained in this message and any attachment are solely those of the author and do not necessarily represent those of the company. ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-03-07 10:08 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1394010806.git.ajlennon@dynamicdevices.co.uk>
2014-03-05 9:16 ` [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2 Alex J Lennon
2014-03-05 15:49 ` Alex J Lennon
2014-03-05 14:41 ` Martin Jansa
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
2014-03-07 10:08 ` Alex J Lennon
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.