summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-10 16:59:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-13 11:56:07 +0100
commit596d9eb5cf160d1e14a28dda50e73367d438ff4c (patch)
treeb37474257831cedd23f3eec1ca8889d3f3e31f95
parente4ad4ebd68812fc001c5135d21e93011f08a7588 (diff)
downloadpoky-596d9eb5cf160d1e14a28dda50e73367d438ff4c.tar.gz
acpica: upgrade 20220331 -> 20230331
License-Update: Copyright year updated to 2023. Changelog: ========== -Update all copyright notices to the year 2023. This effects all source modules, as well as utility signons. -Add OS-specific support for Zephyr RTOS. -Fix miscellaneous code that accesses various objects. -Remove some dead code. -Add C ?Flexible Array? support. -Add support for 64 bit LoongArch compilation. -Add first batch of RISC-V related definitions. -Performed a global automated update to remove tabs, fix indentation issues, etc. -Allow disabling of -Werror. For distro maintainers having '-Werror' can delay update of GCC. Since every GCC release might add new warnings that were not yet captured, it might break the build of packages. With this change, distros can now build with 'NOWERROR=TRUE' instead of patching either the errors or the makefiles. The default behavior keeps on using '-Werror'. (From OE-Core rev: acc23110730cc2a08fe476a5a3b30ef17b5cbe37) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/acpica/acpica_20230331.bb (renamed from meta/recipes-extended/acpica/acpica_20220331.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20220331.bb b/meta/recipes-extended/acpica/acpica_20230331.bb
index 2c554f863a..01b8833f50 100644
--- a/meta/recipes-extended/acpica/acpica_20220331.bb
+++ b/meta/recipes-extended/acpica/acpica_20230331.bb
@@ -10,14 +10,14 @@ HOMEPAGE = "http://www.acpica.org/"
10SECTION = "console/tools" 10SECTION = "console/tools"
11 11
12LICENSE = "Intel | BSD-3-Clause | GPL-2.0-only" 12LICENSE = "Intel | BSD-3-Clause | GPL-2.0-only"
13LIC_FILES_CHKSUM = "file://source/compiler/aslcompile.c;beginline=7;endline=150;md5=41a76b4b1f816240f090cf010fefebf0" 13LIC_FILES_CHKSUM = "file://source/compiler/aslcompile.c;beginline=7;endline=150;md5=79a69059b499bccc70a484459549758f"
14 14
15COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" 15COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
16 16
17DEPENDS = "m4-native flex-native bison-native" 17DEPENDS = "m4-native flex-native bison-native"
18 18
19SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz" 19SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz"
20SRC_URI[sha256sum] = "acaff68b14f1e0804ebbfc4b97268a4ccbefcfa053b02ed9924f2b14d8a98e21" 20SRC_URI[sha256sum] = "0c5d695d605aaa61709f3c63f57a1a99b8902291723998446b0813b57ac310e2"
21 21
22UPSTREAM_CHECK_URI = "https://acpica.org/downloads" 22UPSTREAM_CHECK_URI = "https://acpica.org/downloads"
23 23