summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-19 17:33:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-23 17:42:25 +0100
commit5308579373386060e9b880c20be99971ddacc471 (patch)
treea1d47e13fe64ee7629d4ce021eb8d99ce4dafeed /meta/recipes-devtools/bison
parentc541aadf5e019d1399ff488b222cd2e83f420a27 (diff)
downloadpoky-5308579373386060e9b880c20be99971ddacc471.tar.gz
bison: upgrade 3.8.1 -> 3.8.2
(From OE-Core rev: 0bae444c93bfb3ab49d6e7a147190c72acd519f9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison')
-rw-r--r--meta/recipes-devtools/bison/bison_3.8.2.bb (renamed from meta/recipes-devtools/bison/bison_3.8.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.8.1.bb b/meta/recipes-devtools/bison/bison_3.8.2.bb
index 54c1fe1b52..58395c3dce 100644
--- a/meta/recipes-devtools/bison/bison_3.8.1.bb
+++ b/meta/recipes-devtools/bison/bison_3.8.2.bb
@@ -12,7 +12,7 @@ DEPENDS = "bison-native flex-native"
12SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ 12SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
13 file://add-with-bisonlocaledir.patch \ 13 file://add-with-bisonlocaledir.patch \
14 " 14 "
15SRC_URI[sha256sum] = "31fc602488aad6bdecf0ccc556e0fc72fc57cdc595cf92398f020e0cf4980f15" 15SRC_URI[sha256sum] = "9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2"
16 16
17inherit autotools gettext texinfo 17inherit autotools gettext texinfo
18 18