mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 20:59:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
dfd6cd9eb6
commit
98b06ec73c
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://source/compiler/aslcompile.c;beginline=7;endline=150;
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
||||
|
||||
DEPENDS = "bison flex bison-native"
|
||||
DEPENDS = "m4-native flex-native bison-native"
|
||||
|
||||
SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "539a0252bcb42c383ceeaeb12ae9a60d"
|
||||
|
||||
Reference in New Issue
Block a user