mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fa7b29e22b
commit
db888b58be
@@ -17,8 +17,8 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
||||
DEPENDS = "m4-native flex-native bison-native"
|
||||
|
||||
SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "3505ba6170b77db1399eae0e2a959113"
|
||||
SRC_URI[sha256sum] = "e77ab9f8557ca104f6e8f49efaa8eead29f78ca11cadfc8989012469ecc0738e"
|
||||
SRC_URI[sha256sum] = "fb807f1dec31664f972af37d213abf72987afe33abf68c83051e298da35d297c"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://acpica.org/downloads"
|
||||
|
||||
S = "${WORKDIR}/acpica-unix-${PV}"
|
||||
Reference in New Issue
Block a user