All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/netbsd-queue: fix circular dependency
Date: Fri, 18 Dec 2015 20:01:44 +0100	[thread overview]
Message-ID: <1450465304-679-1-git-send-email-yann.morin.1998@free.fr> (raw)

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

             reply	other threads:[~2015-12-18 19:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-18 19:01 Yann E. MORIN [this message]
2015-12-18 21:03 ` [Buildroot] [PATCH] package/netbsd-queue: fix circular dependency Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450465304-679-1-git-send-email-yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.