summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-09-10 17:16:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-11 11:31:55 +0100
commit371d189217a61c2cc4d7f4f16937053301f63521 (patch)
tree6408bc592a6012a25b60f277d4c3e83943a956d4 /meta
parentb73418195246565de33b94ca24288f1c2da1b22b (diff)
downloadpoky-371d189217a61c2cc4d7f4f16937053301f63521.tar.gz
acpica: upgrade 20240827 -> 20250807
License-Update: Copyright updated to 2025 (From OE-Core rev: 56933e81bdb6d6bed144985ec5b6ee3450e8a160) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/acpica/acpica_20250807.bb (renamed from meta/recipes-extended/acpica/acpica_20240827.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20240827.bb b/meta/recipes-extended/acpica/acpica_20250807.bb
index f9f9f9f687..f6ee3285a1 100644
--- a/meta/recipes-extended/acpica/acpica_20240827.bb
+++ b/meta/recipes-extended/acpica/acpica_20250807.bb
@@ -10,14 +10,14 @@ HOMEPAGE = "https://www.intel.com/content/www/us/en/developer/topic-technology/o
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=05eb845b15a27440410f456adc2ed082" 13LIC_FILES_CHKSUM = "file://source/compiler/aslcompile.c;beginline=7;endline=150;md5=8566a414d226d05b68e41f30698f9624"
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 = "git://github.com/acpica/acpica;protocol=https;branch=master" 19SRC_URI = "git://github.com/acpica/acpica;protocol=https;branch=master;tag=${PV}"
20SRCREV = "e80cbd7b52de20aa8c75bfba9845e9cb61f2e681" 20SRCREV = "aa98db3bd149fc1f8d2a3017cb05b6b1982c3296"
21 21
22inherit update-alternatives 22inherit update-alternatives
23 23