diff options
author | Joe Slater <joe.slater@windriver.com> | 2020-05-19 14:09:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-21 10:52:07 +0100 |
commit | db888b58be121900bb866f6654149afd44cea4d6 (patch) | |
tree | c92c14bdb7c9b76e75c277a90bea2dfef435770b /meta/recipes-extended/acpica | |
parent | fa7b29e22bf9b92c4bb0cf5e884b25e4ae223c0d (diff) | |
download | poky-db888b58be121900bb866f6654149afd44cea4d6.tar.gz |
acpica: Upgrade 20200214 -> 20200430 for gcc-10 fixes
Advance to version 20200430 to avoid multiple definition errors for uninitialized variables.
In this case, it is not enough to add -fcommon to CFLAGS.
(From OE-Core rev: 7e1df28fb0534587d4f9305eb163f497852df4ec)
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/acpica')
-rw-r--r-- | meta/recipes-extended/acpica/acpica_20200430.bb (renamed from meta/recipes-extended/acpica/acpica_20200214.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20200214.bb b/meta/recipes-extended/acpica/acpica_20200430.bb index cfa9fec4fb..478be7f56e 100644 --- a/meta/recipes-extended/acpica/acpica_20200214.bb +++ b/meta/recipes-extended/acpica/acpica_20200430.bb | |||
@@ -17,8 +17,8 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | |||
17 | DEPENDS = "m4-native flex-native bison-native" | 17 | DEPENDS = "m4-native flex-native bison-native" |
18 | 18 | ||
19 | SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz" | 19 | SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz" |
20 | SRC_URI[md5sum] = "3505ba6170b77db1399eae0e2a959113" | 20 | SRC_URI[sha256sum] = "fb807f1dec31664f972af37d213abf72987afe33abf68c83051e298da35d297c" |
21 | SRC_URI[sha256sum] = "e77ab9f8557ca104f6e8f49efaa8eead29f78ca11cadfc8989012469ecc0738e" | 21 | |
22 | UPSTREAM_CHECK_URI = "https://acpica.org/downloads" | 22 | UPSTREAM_CHECK_URI = "https://acpica.org/downloads" |
23 | 23 | ||
24 | S = "${WORKDIR}/acpica-unix-${PV}" | 24 | S = "${WORKDIR}/acpica-unix-${PV}" |