* [Buildroot] [PATCH] Add back rootfs-* dependencies to "source" and "legal-info" targets
@ 2014-03-13 16:06 Fabio Porcedda
2014-03-29 11:09 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Porcedda @ 2014-03-13 16:06 UTC (permalink / raw)
To: buildroot
After adding support top-level parallel make the rootfs-* dependencies
were not anymore considered for the "source" and "legal-info" targets
because the rootfs-* targets were removed from TARGETS variable and
placed in the TARGETS_ROOTFS variable so to fix the issue use use both
"TARGETS" and "TARGETS_ROOTFS" variables.
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Cc: Vincent Stehl? <vincent.stehle@freescale.com>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 481f779..f7b7d84 100644
--- a/Makefile
+++ b/Makefile
@@ -418,7 +418,8 @@ TARGETS_DIRCLEAN := $(patsubst %,%-dirclean,$(TARGETS))
# variable for each enabled target.
# Notice: this only works for newstyle gentargets/autotargets packages
TARGETS_HOST_DEPS = $(sort $(filter host-%,$(foreach dep,\
- $(addsuffix _DEPENDENCIES,$(call UPPERCASE,$(TARGETS))),\
+ $(addsuffix _DEPENDENCIES,\
+ $(call UPPERCASE,$(TARGETS) $(TARGETS_ROOTFS))),\
$($(dep)))))
# Host packages can in turn have their own dependencies. Likewise find
# all the package names listed in the HOST_<PKG>_DEPENDENCIES for each
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] Add back rootfs-* dependencies to "source" and "legal-info" targets
2014-03-13 16:06 [Buildroot] [PATCH] Add back rootfs-* dependencies to "source" and "legal-info" targets Fabio Porcedda
@ 2014-03-29 11:09 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-03-29 11:09 UTC (permalink / raw)
To: buildroot
Dear Fabio Porcedda,
On Thu, 13 Mar 2014 17:06:59 +0100, Fabio Porcedda wrote:
> After adding support top-level parallel make the rootfs-* dependencies
> were not anymore considered for the "source" and "legal-info" targets
> because the rootfs-* targets were removed from TARGETS variable and
> placed in the TARGETS_ROOTFS variable so to fix the issue use use both
> "TARGETS" and "TARGETS_ROOTFS" variables.
>
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> Cc: Vincent Stehl? <vincent.stehle@freescale.com>
> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
> ---
> Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-29 11:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 16:06 [Buildroot] [PATCH] Add back rootfs-* dependencies to "source" and "legal-info" targets Fabio Porcedda
2014-03-29 11:09 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox