Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] acpica: correct flex/bison deps, add explicit m4-native dep
@ 2019-11-25 22:13 Christopher Larson
  2019-11-25 22:13 ` [PATCH 2/3] dosfstools: fix CP437 error from `dosfsck -l` Christopher Larson
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Christopher Larson @ 2019-11-25 22:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: Christopher Larson

From: Christopher Larson <chris_larson@mentor.com>

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>
---
 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 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"
-- 
2.11.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-11-26 17:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-25 22:13 [PATCH 1/3] acpica: correct flex/bison deps, add explicit m4-native dep Christopher Larson
2019-11-25 22:13 ` [PATCH 2/3] dosfstools: fix CP437 error from `dosfsck -l` Christopher Larson
2019-11-25 22:28   ` Khem Raj
2019-11-25 22:38     ` Christopher Larson
2019-11-25 22:13 ` [PATCH 3/3] libcap-ng: fix built failure with some external toolchains due to missing pthread Christopher Larson
2019-11-25 22:27   ` Khem Raj
2019-11-25 22:40     ` Christopher Larson
2019-11-26 17:29     ` Christopher Larson
2019-11-25 22:32 ` ✗ patchtest: failure for "acpica: correct flex/bison dep..." and 2 more Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox