Openembedded Core Discussions
 help / color / mirror / Atom feed
* [oe-core][PATCH 1/1] acpica: gcc-10
@ 2020-05-19 21:09 Joe Slater
  2020-05-19 21:09 ` [oe-core][PATCH 1/3] squashfs-tools: gcc-10 Joe Slater
  2020-05-19 21:09 ` [PATCH 2/3] syslinux: gcc-10 Joe Slater
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Slater @ 2020-05-19 21:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: joe.slater, randy.macleod

Advance to version 20200430 to avoid multiple definition errors for uninitialized variables.
In this case, it is not enough to add -fcommon to CFLAGS.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
---
 .../acpica/{acpica_20200214.bb => acpica_20200430.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/acpica/{acpica_20200214.bb => acpica_20200430.bb} (91%)

diff --git a/meta/recipes-extended/acpica/acpica_20200214.bb b/meta/recipes-extended/acpica/acpica_20200430.bb
similarity index 91%
rename from meta/recipes-extended/acpica/acpica_20200214.bb
rename to meta/recipes-extended/acpica/acpica_20200430.bb
index cfa9fec..478be7f 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"
 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}"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-19 21:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-19 21:09 [oe-core][PATCH 1/1] acpica: gcc-10 Joe Slater
2020-05-19 21:09 ` [oe-core][PATCH 1/3] squashfs-tools: gcc-10 Joe Slater
2020-05-19 21:20   ` Jacob Kroon
2020-05-19 21:21   ` Adrian Bunk
2020-05-19 21:09 ` [PATCH 2/3] syslinux: gcc-10 Joe Slater
2020-05-19 21:11   ` [OE-core] " Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox