diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-09-19 10:41:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-23 16:30:35 +0100 |
commit | 88a4e3cd31e4e8cc2c77037d065121f8074fa66e (patch) | |
tree | 7d6344fc84775e81b65f14e8cc7d7cd60ac80bc6 /meta | |
parent | 586175df3b1577c816e9bb320c098084a1db5f83 (diff) | |
download | poky-88a4e3cd31e4e8cc2c77037d065121f8074fa66e.tar.gz |
bison:upgrade 3.4.1 -> 3.4.2
(From OE-Core rev: e44923a61d1631439ec22faf1610989f82544027)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/bison/bison_3.4.2.bb (renamed from meta/recipes-devtools/bison/bison_3.4.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.4.1.bb b/meta/recipes-devtools/bison/bison_3.4.2.bb index 7946e20c57..46f0f908dd 100644 --- a/meta/recipes-devtools/bison/bison_3.4.1.bb +++ b/meta/recipes-devtools/bison/bison_3.4.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] = "201286a573b12da109df96282fe4ff4a" | 20 | SRC_URI[md5sum] = "d1ceb9dfde2d03b24a4c1137f7f1b572" |
21 | SRC_URI[sha256sum] = "27159ac5ebf736dffd5636fd2cd625767c9e437de65baa63cb0de83570bd820d" | 21 | SRC_URI[sha256sum] = "27d05534699735dc69e86add5b808d6cb35900ad3fd63fa82e3eb644336abfa0" |
22 | 22 | ||
23 | inherit autotools gettext texinfo | 23 | inherit autotools gettext texinfo |
24 | 24 | ||