mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
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>
This commit is contained in:
parent
8c818885de
commit
8681430628
@ -10,6 +10,7 @@ ACPICA_SITE = https://acpica.org/sites/acpica/files
|
|||||||
ACPICA_LICENSE = BSD-3-Clause or GPL-2.0
|
ACPICA_LICENSE = BSD-3-Clause or GPL-2.0
|
||||||
ACPICA_LICENSE_FILES = source/include/acpi.h
|
ACPICA_LICENSE_FILES = source/include/acpi.h
|
||||||
ACPICA_DEPENDENCIES = host-bison host-flex
|
ACPICA_DEPENDENCIES = host-bison host-flex
|
||||||
|
HOST_ACPICA_DEPENDENCIES = host-bison host-flex
|
||||||
|
|
||||||
define ACPICA_BUILD_CMDS
|
define ACPICA_BUILD_CMDS
|
||||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) \
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user