this patchset looks good to me. On Tue, 2019-11-26 at 23:08 +0500, Christopher Larson wrote: > From: Christopher Larson <[email protected]> > > 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 <[email protected]> > --- > meta/recipes-extended/acpica/acpica_20191018.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-extended/acpica/acpica_20191018.bb > b/meta/recipes-extended/acpica/acpica_20191018.bb > index 4692275762b..04732bbfe3f 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" > -- > 2.11.1 >
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
