]> code.ossystems Code Review - openembedded-core.git/commitdiff
acpica: correct flex/bison deps, add explicit m4-native dep
authorChristopher Larson <chris_larson@mentor.com>
Tue, 26 Nov 2019 18:08:27 +0000 (23:08 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Nov 2019 17:43:28 +0000 (17:43 +0000)
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 <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/acpica/acpica_20191018.bb

index 4692275762bc877dd8d0e1d1f8f4d65fe9df5ea9..04732bbfe3f1ab98b4d6e212c2fc11b55c9db995 100644 (file)
@@ -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"