public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 20/23] bison: upgrade 3.7.3 -> 3.7.4
Date: Fri,  4 Dec 2020 21:07:33 +0100	[thread overview]
Message-ID: <20201204200737.7072-20-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20201204200737.7072-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/bison/{bison_3.7.3.bb => bison_3.7.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/bison/{bison_3.7.3.bb => bison_3.7.4.bb} (93%)

diff --git a/meta/recipes-devtools/bison/bison_3.7.3.bb b/meta/recipes-devtools/bison/bison_3.7.4.bb
similarity index 93%
rename from meta/recipes-devtools/bison/bison_3.7.3.bb
rename to meta/recipes-devtools/bison/bison_3.7.4.bb
index 74532caec3..abccaf9958 100644
--- a/meta/recipes-devtools/bison/bison_3.7.3.bb
+++ b/meta/recipes-devtools/bison/bison_3.7.4.bb
@@ -12,7 +12,7 @@ DEPENDS = "bison-native flex-native"
 SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
            file://add-with-bisonlocaledir.patch \
            "
-SRC_URI[sha256sum] = "88d9e36856b004c0887a12ba00ea3c47db388519629483dd8c3fce9694d4da6f"
+SRC_URI[sha256sum] = "a3b5813f48a11e540ef26f46e4d288c0c25c7907d9879ae50e430ec49f63c010"
 
 # No point in hardcoding path to m4, just use PATH
 EXTRA_OECONF += "M4=m4"
-- 
2.29.2


  parent reply	other threads:[~2020-12-04 20:08 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-04 20:07 [PATCH 01/23] netbase: upgrade 6.1 -> 6.2 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 02/23] meson: upgrade 0.55.1 -> 0.56.0 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 03/23] vulkan-samples: update to latest revision Alexander Kanavin
2020-12-04 20:07 ` [PATCH 04/23] libcap: update 2.44 -> 2.45 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 05/23] bind: upgrade 9.16.7 -> 9.16.9 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 06/23] quota: upgrade 4.05 -> 4.06 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 07/23] pango: upgrade 1.46.2 -> 1.48.0 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 08/23] elfutils: upgrade 0.181 -> 0.182 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 09/23] kea: upgrade 1.7.10 -> 1.8.1 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 10/23] ifupdown: upgrade 0.8.35 -> 0.8.36 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 11/23] createrepo-c: upgrade 0.16.1 -> 0.16.2 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 12/23] acpica: upgrade 20200925 -> 20201113 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 13/23] grep: upgrade 3.5 -> 3.6 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 14/23] man-pages: upgrade 5.08 -> 5.09 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 15/23] stress-ng: upgrade 0.11.23 -> 0.11.24 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 16/23] libhandy: upgrade 1.0.1 -> 1.0.2 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 17/23] piglit: upgrade to latest revision Alexander Kanavin
2020-12-04 20:07 ` [PATCH 18/23] xkbcomp: upgrade 1.4.3 -> 1.4.4 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 19/23] lz4: upgrade 1.9.2 -> 1.9.3 Alexander Kanavin
2020-12-04 20:07 ` Alexander Kanavin [this message]
2020-12-04 20:07 ` [PATCH 21/23] python3-setuptools-scm: fix upstream version check Alexander Kanavin
2020-12-04 20:07 ` [PATCH 22/23] cantarell-fonts: update 0.0.25 -> 0.201 Alexander Kanavin
2020-12-04 20:07 ` [PATCH 23/23] ptest-packagelists.inc: exclude lttng-tools-ptest Alexander Kanavin
2020-12-04 20:39   ` [OE-core] " Jonathan Rajotte-Julien
2020-12-04 20:48     ` Alexander Kanavin
2020-12-04 21:21       ` Jonathan Rajotte-Julien
2020-12-04 21:49         ` Alexander Kanavin

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=20201204200737.7072-20-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@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