From a1c227ad41b091aaf9c53750554a17beae54b4cb Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 26 Nov 2019 23:08:27 +0500 Subject: 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. Signed-off-by: Christopher Larson Signed-off-by: Ross Burton --- meta/recipes-extended/acpica/acpica_20191018.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/acpica') 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; 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" -- cgit 1.2.3-korg