summaryrefslogtreecommitdiffstats
path: root/package/acpica
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-28 14:55:02 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-30 17:00:22 +0100
commit86814306288d2f46b042123a7883737d0c388db4 (patch)
treef11e5c648b55977734eb387a2dcf07cd2f8a1ad4 /package/acpica
parent8c818885de6e85396fe5052d4c53eb6a62994800 (diff)
downloadbuildroot-86814306288d2f46b042123a7883737d0c388db4.tar.gz
buildroot-86814306288d2f46b042123a7883737d0c388db4.zip
package/acpica: add missing dependencies for host variant
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@bootlin.com>
Diffstat (limited to 'package/acpica')
-rw-r--r--package/acpica/acpica.mk1
1 files changed, 1 insertions, 0 deletions
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) \
OpenPOWER on IntegriCloud