diff options
author | Adrian Bunk <bunk@stusta.de> | 2020-02-23 16:35:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-25 10:41:22 +0000 |
commit | c14357cb133670024e920ffd912847da21fcc146 (patch) | |
tree | 7c56a1df44557edfdad5e5f29c1d24c77de23e93 /meta/recipes-devtools/bison | |
parent | d193c123e127afe1b97a3acb828c704824ca8d6a (diff) | |
download | poky-c14357cb133670024e920ffd912847da21fcc146.tar.gz |
bison: Upgrade 3.5.1 -> 3.5.2
(From OE-Core rev: dfd39d51cf712206e86060c5ff20ff35fd1dac80)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
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.2.bb (renamed from meta/recipes-devtools/bison/bison_3.5.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.5.1.bb b/meta/recipes-devtools/bison/bison_3.5.2.bb index e70252d974..b5b4a8ef76 100644 --- a/meta/recipes-devtools/bison/bison_3.5.1.bb +++ b/meta/recipes-devtools/bison/bison_3.5.2.bb | |||
@@ -17,8 +17,8 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ | |||
17 | # No point in hardcoding path to m4, just use PATH | 17 | # No point in hardcoding path to m4, just use PATH |
18 | EXTRA_OECONF += "M4=m4" | 18 | EXTRA_OECONF += "M4=m4" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "6fc5fa4488832a65db934b9e93bd5d4c" | 20 | SRC_URI[md5sum] = "49fc2cf23e31e697d5072835e1662a97" |
21 | SRC_URI[sha256sum] = "3e7e097bd9709a2d5e40e69446b74b149733b3de864fadb7a9b54eca7b2a4dd0" | 21 | SRC_URI[sha256sum] = "24e273db9eb6da8bbb6f0648284d0724a5cbd6268a163db402f961350a4e50dd" |
22 | 22 | ||
23 | inherit autotools gettext texinfo | 23 | inherit autotools gettext texinfo |
24 | 24 | ||