* [PATCH] bison: Update to 3.5.3
@ 2020-03-14 16:07 Khem Raj
2020-03-14 18:27 ` akuster808
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2020-03-14 16:07 UTC (permalink / raw)
To: openembedded-core
bugfix release [1]
[1] https://lists.gnu.org/archive/html/bison-announce/2020-03/msg00000.html
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../recipes-devtools/bison/{bison_3.5.2.bb => bison_3.5.3.bb} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
rename meta/recipes-devtools/bison/{bison_3.5.2.bb => bison_3.5.3.bb} (90%)
diff --git a/meta/recipes-devtools/bison/bison_3.5.2.bb b/meta/recipes-devtools/bison/bison_3.5.3.bb
similarity index 90%
rename from meta/recipes-devtools/bison/bison_3.5.2.bb
rename to meta/recipes-devtools/bison/bison_3.5.3.bb
index b5b4a8ef76..09e4b18f9e 100644
--- a/meta/recipes-devtools/bison/bison_3.5.2.bb
+++ b/meta/recipes-devtools/bison/bison_3.5.3.bb
@@ -13,13 +13,11 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
file://dont-depend-on-help2man.patch.patch \
file://add-with-bisonlocaledir.patch \
"
+SRC_URI[sha256sum] = "2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd982a7c4"
# No point in hardcoding path to m4, just use PATH
EXTRA_OECONF += "M4=m4"
-SRC_URI[md5sum] = "49fc2cf23e31e697d5072835e1662a97"
-SRC_URI[sha256sum] = "24e273db9eb6da8bbb6f0648284d0724a5cbd6268a163db402f961350a4e50dd"
-
inherit autotools gettext texinfo
# The automatic m4 path detection gets confused, so force the right value
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] bison: Update to 3.5.3
2020-03-14 16:07 [PATCH] bison: Update to 3.5.3 Khem Raj
@ 2020-03-14 18:27 ` akuster808
2020-03-14 18:55 ` Adrian Bunk
2020-03-14 20:33 ` Khem Raj
0 siblings, 2 replies; 4+ messages in thread
From: akuster808 @ 2020-03-14 18:27 UTC (permalink / raw)
To: Khem Raj, openembedded-core
On 3/14/20 9:07 AM, Khem Raj wrote:
> bugfix release [1]
>
> [1] https://lists.gnu.org/archive/html/bison-announce/2020-03/msg00000.html
does this fix the issue you reported on IRC?
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> .../recipes-devtools/bison/{bison_3.5.2.bb => bison_3.5.3.bb} | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
> rename meta/recipes-devtools/bison/{bison_3.5.2.bb => bison_3.5.3.bb} (90%)
>
> diff --git a/meta/recipes-devtools/bison/bison_3.5.2.bb b/meta/recipes-devtools/bison/bison_3.5.3.bb
> similarity index 90%
> rename from meta/recipes-devtools/bison/bison_3.5.2.bb
> rename to meta/recipes-devtools/bison/bison_3.5.3.bb
> index b5b4a8ef76..09e4b18f9e 100644
> --- a/meta/recipes-devtools/bison/bison_3.5.2.bb
> +++ b/meta/recipes-devtools/bison/bison_3.5.3.bb
> @@ -13,13 +13,11 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
> file://dont-depend-on-help2man.patch.patch \
> file://add-with-bisonlocaledir.patch \
> "
> +SRC_URI[sha256sum] = "2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd982a7c4"
no md5sum ?
- armin
>
> # No point in hardcoding path to m4, just use PATH
> EXTRA_OECONF += "M4=m4"
>
> -SRC_URI[md5sum] = "49fc2cf23e31e697d5072835e1662a97"
> -SRC_URI[sha256sum] = "24e273db9eb6da8bbb6f0648284d0724a5cbd6268a163db402f961350a4e50dd"
> -
> inherit autotools gettext texinfo
>
> # The automatic m4 path detection gets confused, so force the right value
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] bison: Update to 3.5.3
2020-03-14 18:27 ` akuster808
@ 2020-03-14 18:55 ` Adrian Bunk
2020-03-14 20:33 ` Khem Raj
1 sibling, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2020-03-14 18:55 UTC (permalink / raw)
To: akuster808; +Cc: openembedded-core
On Sat, Mar 14, 2020 at 11:27:00AM -0700, akuster808 wrote:
> On 3/14/20 9:07 AM, Khem Raj wrote:
>...
> > "
> > +SRC_URI[sha256sum] = "2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd982a7c4"
> no md5sum ?
https://git.openembedded.org/bitbake/commit/?id=47f0c849ed13ba554d9523b926d92405e8251702
> - armin
cu
Adrian
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] bison: Update to 3.5.3
2020-03-14 18:27 ` akuster808
2020-03-14 18:55 ` Adrian Bunk
@ 2020-03-14 20:33 ` Khem Raj
1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2020-03-14 20:33 UTC (permalink / raw)
To: akuster808; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1857 bytes --]
On Sat, Mar 14, 2020 at 11:27 AM akuster808 <akuster808@gmail.com> wrote:
>
>
> On 3/14/20 9:07 AM, Khem Raj wrote:
> > bugfix release [1]
> >
> > [1]
> https://lists.gnu.org/archive/html/bison-announce/2020-03/msg00000.html
>
> does this fix the issue you reported on IRC?
No sadly it does not I am still trying to see what can fix it it’s a race
that is very consistent on first build from scratch but a rebuild fixes it
>
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> > .../recipes-devtools/bison/{bison_3.5.2.bb => bison_3.5.3.bb} | 4 +---
> > 1 file changed, 1 insertion(+), 3 deletions(-)
> > rename meta/recipes-devtools/bison/{bison_3.5.2.bb => bison_3.5.3.bb}
> (90%)
> >
> > diff --git a/meta/recipes-devtools/bison/bison_3.5.2.bb
> b/meta/recipes-devtools/bison/bison_3.5.3.bb
> > similarity index 90%
> > rename from meta/recipes-devtools/bison/bison_3.5.2.bb
> > rename to meta/recipes-devtools/bison/bison_3.5.3.bb
> > index b5b4a8ef76..09e4b18f9e 100644
> > --- a/meta/recipes-devtools/bison/bison_3.5.2.bb
> > +++ b/meta/recipes-devtools/bison/bison_3.5.3.bb
> > @@ -13,13 +13,11 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
> > file://dont-depend-on-help2man.patch.patch \
> > file://add-with-bisonlocaledir.patch \
> > "
> > +SRC_URI[sha256sum] =
> "2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd982a7c4"
> no md5sum ?
>
> - armin
> >
> > # No point in hardcoding path to m4, just use PATH
> > EXTRA_OECONF += "M4=m4"
> >
> > -SRC_URI[md5sum] = "49fc2cf23e31e697d5072835e1662a97"
> > -SRC_URI[sha256sum] =
> "24e273db9eb6da8bbb6f0648284d0724a5cbd6268a163db402f961350a4e50dd"
> > -
> > inherit autotools gettext texinfo
> >
> > # The automatic m4 path detection gets confused, so force the right
> value
>
>
[-- Attachment #2: Type: text/html, Size: 3396 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-03-14 20:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-14 16:07 [PATCH] bison: Update to 3.5.3 Khem Raj
2020-03-14 18:27 ` akuster808
2020-03-14 18:55 ` Adrian Bunk
2020-03-14 20:33 ` 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.