All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] re2c: Transfer recipe from meta-oe and upgrade to 0.16
@ 2017-07-28 11:47 Khem Raj
  2017-07-28 22:01 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2017-07-28 11:47 UTC (permalink / raw)
  To: openembedded-core

ninja needs it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-support/re2c/re2c_0.16.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta/recipes-support/re2c/re2c_0.16.bb

diff --git a/meta/recipes-support/re2c/re2c_0.16.bb b/meta/recipes-support/re2c/re2c_0.16.bb
new file mode 100644
index 0000000000..cd84082021
--- /dev/null
+++ b/meta/recipes-support/re2c/re2c_0.16.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Tool for writing very fast and very flexible scanners"
+HOMEPAGE = "http://re2c.sourceforge.net/"
+AUTHOR = "Marcus Börger <helly@users.sourceforge.net>"
+SECTION = "devel"
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://README;beginline=180;md5=822830a2204aef353f2c489f62e02089"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
+"
+SRC_URI[md5sum] = "3bf508fabd52ed7334647d0ccb956e8d"
+SRC_URI[sha256sum] = "48c12564297641cceb5ff05aead57f28118db6277f31e2262437feba89069e84"
+
+BBCLASSEXTEND = "native"
+
+inherit autotools
-- 
2.13.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 3/3] re2c: Transfer recipe from meta-oe and upgrade to 0.16
  2017-07-28 11:47 [PATCH 3/3] re2c: Transfer recipe from meta-oe and upgrade to 0.16 Khem Raj
@ 2017-07-28 22:01 ` Richard Purdie
  2017-07-28 23:20   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2017-07-28 22:01 UTC (permalink / raw)
  To: Khem Raj, openembedded-core

On Fri, 2017-07-28 at 04:47 -0700, Khem Raj wrote:
> ninja needs it.
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta/recipes-support/re2c/re2c_0.16.bb | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 meta/recipes-support/re2c/re2c_0.16.bb

Doesn't seem to build:

https://autobuilder.yocto.io/builders/nightly-no-x11/builds/376/steps/BuildImages/logs/stdio

[amongst several other similar failures in the build]

Cheers,

Richard


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 3/3] re2c: Transfer recipe from meta-oe and upgrade to 0.16
  2017-07-28 22:01 ` Richard Purdie
@ 2017-07-28 23:20   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2017-07-28 23:20 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core

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

On Fri, Jul 28, 2017 at 3:01 PM Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> On Fri, 2017-07-28 at 04:47 -0700, Khem Raj wrote:
> > ninja needs it.
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> >  meta/recipes-support/re2c/re2c_0.16.bb | 15 +++++++++++++++
> >  1 file changed, 15 insertions(+)
> >  create mode 100644 meta/recipes-support/re2c/re2c_0.16.bb
>
> Doesn't seem to build:
>
>
> https://autobuilder.yocto.io/builders/nightly-no-x11/builds/376/steps/BuildImages/logs/stdio
>
> [amongst several other similar failures in the build]


I have fixed it in pull tree
Thanks

>
>
> Cheers,
>
> Richard
>

[-- Attachment #2: Type: text/html, Size: 1491 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-28 23:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 11:47 [PATCH 3/3] re2c: Transfer recipe from meta-oe and upgrade to 0.16 Khem Raj
2017-07-28 22:01 ` Richard Purdie
2017-07-28 23:20   ` Khem Raj

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.