diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-03-14 09:07:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-21 22:39:01 +0000 |
commit | fcdb6774e9a4a1f111df3a8c65a5afd9e7e5a130 (patch) | |
tree | d965d4a0a3890921f229b602f7dcad52309b526d /meta/recipes-devtools/bison | |
parent | b6ec9e65cf86b1b21a0f474a851a812823fcddd1 (diff) | |
download | poky-fcdb6774e9a4a1f111df3a8c65a5afd9e7e5a130.tar.gz |
bison: Update to 3.5.3
bugfix release [1]
[1] https://lists.gnu.org/archive/html/bison-announce/2020-03/msg00000.html
(From OE-Core rev: b073317d5ea71217443624e5dc3b55831bb56018)
Signed-off-by: Khem Raj <raj.khem@gmail.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.5.3.bb (renamed from meta/recipes-devtools/bison/bison_3.5.2.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.5.2.bb b/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 \ | |||
13 | file://dont-depend-on-help2man.patch.patch \ | 13 | file://dont-depend-on-help2man.patch.patch \ |
14 | file://add-with-bisonlocaledir.patch \ | 14 | file://add-with-bisonlocaledir.patch \ |
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd982a7c4" | ||
16 | 17 | ||
17 | # No point in hardcoding path to m4, just use PATH | 18 | # No point in hardcoding path to m4, just use PATH |
18 | EXTRA_OECONF += "M4=m4" | 19 | EXTRA_OECONF += "M4=m4" |
19 | 20 | ||
20 | SRC_URI[md5sum] = "49fc2cf23e31e697d5072835e1662a97" | ||
21 | SRC_URI[sha256sum] = "24e273db9eb6da8bbb6f0648284d0724a5cbd6268a163db402f961350a4e50dd" | ||
22 | |||
23 | inherit autotools gettext texinfo | 21 | inherit autotools gettext texinfo |
24 | 22 | ||
25 | # The automatic m4 path detection gets confused, so force the right value | 23 | # The automatic m4 path detection gets confused, so force the right value |