diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-05 17:18:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-09 23:30:15 +0100 |
commit | 85a6dffc87e560396c24a5144b073d24e14513b0 (patch) | |
tree | 76fabb319098c2aadd275f219adc59f46ce3f2dd /meta/recipes-devtools/bison | |
parent | 2fb71547797db36b1b46f2229f47e789fa72eeae (diff) | |
download | poky-85a6dffc87e560396c24a5144b073d24e14513b0.tar.gz |
bison: upgrade 3.7.5 -> 3.7.6
License-Update: http links -> https
(From OE-Core rev: d3072372c95f327d38581e0f29f3d3329e0ecaae)
Signed-off-by: Alexander Kanavin <alex.kanavin@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.7.6.bb (renamed from meta/recipes-devtools/bison/bison_3.7.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.7.5.bb b/meta/recipes-devtools/bison/bison_3.7.6.bb index c8bbea4454..a7f01c3299 100644 --- a/meta/recipes-devtools/bison/bison_3.7.5.bb +++ b/meta/recipes-devtools/bison/bison_3.7.6.bb | |||
@@ -5,7 +5,7 @@ grammars ought to work with Bison with no change. Anyone familiar with Yacc shou | |||
5 | little trouble." | 5 | little trouble." |
6 | HOMEPAGE = "http://www.gnu.org/software/bison/" | 6 | HOMEPAGE = "http://www.gnu.org/software/bison/" |
7 | LICENSE = "GPLv3" | 7 | LICENSE = "GPLv3" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" |
9 | SECTION = "devel" | 9 | SECTION = "devel" |
10 | DEPENDS = "bison-native flex-native" | 10 | DEPENDS = "bison-native flex-native" |
11 | 11 | ||
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ | |||
13 | file://add-with-bisonlocaledir.patch \ | 13 | file://add-with-bisonlocaledir.patch \ |
14 | file://0001-Use-mapped-file-name-for-symbols.patch \ | 14 | file://0001-Use-mapped-file-name-for-symbols.patch \ |
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "e8c53bc5bc396d636622d0f25e31ca92fd53f00b09629f13ef540d564a6b31ab" | 16 | SRC_URI[sha256sum] = "67d68ce1e22192050525643fc0a7a22297576682bef6a5c51446903f5aeef3cf" |
17 | 17 | ||
18 | # No point in hardcoding path to m4, just use PATH | 18 | # No point in hardcoding path to m4, just use PATH |
19 | EXTRA_OECONF += "M4=m4" | 19 | EXTRA_OECONF += "M4=m4" |