Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/acpica: add missing dependencies for host variant
@ 2018-12-28 13:55 Thomas Petazzoni
  2018-12-30 16:00 ` Thomas Petazzoni
  2019-01-23 10:51 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-12-28 13:55 UTC (permalink / raw)
  To: buildroot

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>
---
 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) \
-- 
2.20.1

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

* [Buildroot] [PATCH] package/acpica: add missing dependencies for host variant
  2018-12-28 13:55 [Buildroot] [PATCH] package/acpica: add missing dependencies for host variant Thomas Petazzoni
@ 2018-12-30 16:00 ` Thomas Petazzoni
  2019-01-23 10:51 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-12-30 16:00 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 28 Dec 2018 14:55:02 +0100, Thomas Petazzoni wrote:
> 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>
> ---
>  package/acpica/acpica.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/acpica: add missing dependencies for host variant
  2018-12-28 13:55 [Buildroot] [PATCH] package/acpica: add missing dependencies for host variant Thomas Petazzoni
  2018-12-30 16:00 ` Thomas Petazzoni
@ 2019-01-23 10:51 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-01-23 10:51 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

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

Committed to 2018.02.x and 2018.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-01-23 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-28 13:55 [Buildroot] [PATCH] package/acpica: add missing dependencies for host variant Thomas Petazzoni
2018-12-30 16:00 ` Thomas Petazzoni
2019-01-23 10:51 ` Peter Korsgaard

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