summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-07-01 01:17:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-02 08:13:07 +0100
commitdad470264ab471848acd88ce9a3f883275bb1942 (patch)
tree131245a409d2b7f1fb845c70e8352105567c27b5 /meta/recipes-devtools/bison
parentbc5f6725af04417dcf5c65981d8b85abee9c61d8 (diff)
downloadpoky-dad470264ab471848acd88ce9a3f883275bb1942.tar.gz
bison: update to 3.4.1
(From OE-Core rev: b97a5a37262a8d7ce45ae75d861e87dfe28fe0df) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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.4.1.bb (renamed from meta/recipes-devtools/bison/bison_3.3.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.3.2.bb b/meta/recipes-devtools/bison/bison_3.4.1.bb
index adb9d48e90..7946e20c57 100644
--- a/meta/recipes-devtools/bison/bison_3.3.2.bb
+++ b/meta/recipes-devtools/bison/bison_3.4.1.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
18EXTRA_OECONF += "M4=m4" 18EXTRA_OECONF += "M4=m4"
19 19
20SRC_URI[md5sum] = "c9b552dee234b2f6b66e56b27e5234c9" 20SRC_URI[md5sum] = "201286a573b12da109df96282fe4ff4a"
21SRC_URI[sha256sum] = "039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804" 21SRC_URI[sha256sum] = "27159ac5ebf736dffd5636fd2cd625767c9e437de65baa63cb0de83570bd820d"
22 22
23inherit autotools gettext texinfo 23inherit autotools gettext texinfo
24 24