diff options
author | Christopher Larson <chris_larson@mentor.com> | 2019-11-26 23:08:27 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-29 17:43:40 +0000 |
commit | 98b06ec73c660a1c42d0520f22aab36ee316591f (patch) | |
tree | 375e21aa03cfaff4ed12a08c78d87492e02e2b21 /meta/recipes-extended/acpica | |
parent | dfd6cd9eb6357fdcb290b0ffd785b1a7cd3a1c6a (diff) | |
download | poky-98b06ec73c660a1c42d0520f22aab36ee316591f.tar.gz |
acpica: correct flex/bison deps, add explicit m4-native dep
This project doesn't require target flex or bison, just the natives,
and it uses m4 explicitly in its configuration.
(From OE-Core rev: a1c227ad41b091aaf9c53750554a17beae54b4cb)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/acpica')
-rw-r--r-- | meta/recipes-extended/acpica/acpica_20191018.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20191018.bb b/meta/recipes-extended/acpica/acpica_20191018.bb index 4692275762..04732bbfe3 100644 --- a/meta/recipes-extended/acpica/acpica_20191018.bb +++ b/meta/recipes-extended/acpica/acpica_20191018.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://source/compiler/aslcompile.c;beginline=7;endline=150; | |||
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 = "m4-native flex-native bison-native" |
18 | 18 | ||
19 | SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz" | 19 | SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz" |
20 | SRC_URI[md5sum] = "539a0252bcb42c383ceeaeb12ae9a60d" | 20 | SRC_URI[md5sum] = "539a0252bcb42c383ceeaeb12ae9a60d" |