All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/netbsd-queue: fix circular dependency
@ 2015-12-18 19:01 Yann E. MORIN
  2015-12-18 21:03 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2015-12-18 19:01 UTC (permalink / raw)
  To: buildroot

netbsd-queue is a dependency of musl, so is part of the toolchain.
As such, it should not depend on the toolchain...

Fixes make circular dependencies such as:

    make[1]: Circular toolchain-all-source <- toolchain-external-all-source
    dependency dropped.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Sergio Prado <sergio.prado@e-labworks.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
---
 package/netbsd-queue/netbsd-queue.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/netbsd-queue/netbsd-queue.mk b/package/netbsd-queue/netbsd-queue.mk
index 0f486fa..5fd926b 100644
--- a/package/netbsd-queue/netbsd-queue.mk
+++ b/package/netbsd-queue/netbsd-queue.mk
@@ -9,6 +9,7 @@ NETBSD_QUEUE_SITE = http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/sys
 NETBSD_QUEUE_SOURCE = queue.h?rev=$(NETBSD_QUEUE_VERSION)
 NETBSD_QUEUE_LICENSE = BSD-3c
 
+NETBSD_QUEUE_ADD_TOOLCHAIN_DEPENDENCY = NO
 NETBSD_QUEUE_INSTALL_STAGING = YES
 
 define NETBSD_QUEUE_EXTRACT_CMDS
-- 
1.9.1

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

* [Buildroot] [PATCH] package/netbsd-queue: fix circular dependency
  2015-12-18 19:01 [Buildroot] [PATCH] package/netbsd-queue: fix circular dependency Yann E. MORIN
@ 2015-12-18 21:03 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-18 21:03 UTC (permalink / raw)
  To: buildroot

Dear Yann E. MORIN,

On Fri, 18 Dec 2015 20:01:44 +0100, Yann E. MORIN wrote:
> netbsd-queue is a dependency of musl, so is part of the toolchain.
> As such, it should not depend on the toolchain...
> 
> Fixes make circular dependencies such as:
> 
>     make[1]: Circular toolchain-all-source <- toolchain-external-all-source
>     dependency dropped.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Sergio Prado <sergio.prado@e-labworks.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Peter Korsgaard <jacmet@uclibc.org>
> ---
>  package/netbsd-queue/netbsd-queue.mk | 1 +
>  1 file changed, 1 insertion(+)

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:[~2015-12-18 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-18 19:01 [Buildroot] [PATCH] package/netbsd-queue: fix circular dependency Yann E. MORIN
2015-12-18 21:03 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.