[Buildroot] [git commit branch/2018.02.x] package/acpica: add missing dependencies for host variant

Peter Korsgaard peter at korsgaard.com
Wed Jan 23 10:51:06 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=c2425a513592945d4581599b2a6f0efae5626228
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x

Just like the target acpica package needs host-flex and host-bison,
the host variant also needs the same dependencies. This allows to fix
the build of "make host-acpica", which was detected thanks to
per-package directory support.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 86814306288d2f46b042123a7883737d0c388db4)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/acpica/acpica.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/acpica/acpica.mk b/package/acpica/acpica.mk
index 57cc37f85e..c540061928 100644
--- a/package/acpica/acpica.mk
+++ b/package/acpica/acpica.mk
@@ -10,6 +10,7 @@ ACPICA_SITE = https://acpica.org/sites/acpica/files
 ACPICA_LICENSE = BSD-3-Clause or GPL-2.0
 ACPICA_LICENSE_FILES = source/include/acpi.h
 ACPICA_DEPENDENCIES = host-bison host-flex
+HOST_ACPICA_DEPENDENCIES = host-bison host-flex
 
 define ACPICA_BUILD_CMDS
 	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) \



More information about the buildroot mailing list