diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/acpica/acpica_20191018.bb (renamed from meta/recipes-extended/acpica/acpica_20190816.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20190816.bb b/meta/recipes-extended/acpica/acpica_20191018.bb index 8f79974775..4692275762 100644 --- a/meta/recipes-extended/acpica/acpica_20190816.bb +++ b/meta/recipes-extended/acpica/acpica_20191018.bb | |||
@@ -9,19 +9,19 @@ ACPI tables." | |||
9 | HOMEPAGE = "http://www.acpica.org/" | 9 | HOMEPAGE = "http://www.acpica.org/" |
10 | SECTION = "console/tools" | 10 | SECTION = "console/tools" |
11 | 11 | ||
12 | LICENSE = "BSD | GPLv2" | 12 | LICENSE = "Intel | BSD | GPLv2" |
13 | LIC_FILES_CHKSUM = "file://generate/unix/readme.txt;md5=204407e197c1a01154a48f6c6280c3aa" | 13 | LIC_FILES_CHKSUM = "file://source/compiler/aslcompile.c;beginline=7;endline=150;md5=b5690d9ef8d54b2b1e1cc98aad64cd87" |
14 | 14 | ||
15 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | 15 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" |
16 | 16 | ||
17 | DEPENDS = "bison flex bison-native" | 17 | DEPENDS = "bison flex bison-native" |
18 | 18 | ||
19 | SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz" | 19 | SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz" |
20 | SRC_URI[md5sum] = "6a73b1e34715916fa31132dbe11008b0" | 20 | SRC_URI[md5sum] = "539a0252bcb42c383ceeaeb12ae9a60d" |
21 | SRC_URI[sha256sum] = "888e80f3bb77381620a5ead208e1a1be06f3ea66ddc8cfdfa62811cae5f03752" | 21 | SRC_URI[sha256sum] = "029db4014600e4b771b11a84276d2d76eb40fb26eabc85864852ef1f962be95f" |
22 | UPSTREAM_CHECK_URI = "https://acpica.org/downloads" | 22 | UPSTREAM_CHECK_URI = "https://acpica.org/downloads" |
23 | 23 | ||
24 | S = "${WORKDIR}/acpica-unix2-${PV}" | 24 | S = "${WORKDIR}/acpica-unix-${PV}" |
25 | 25 | ||
26 | inherit update-alternatives | 26 | inherit update-alternatives |
27 | 27 | ||