From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 12321] host-generic-package: PKG_DL_OPTS not used for host package
Date: Mon, 18 Nov 2019 16:09:54 +0000 [thread overview]
Message-ID: <bug-12321-163-HqViwNO1VA@https.bugs.busybox.net/> (raw)
In-Reply-To: <bug-12321-163@https.bugs.busybox.net/>
https://bugs.busybox.net/show_bug.cgi?id=12321
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Thanks Matthias for your bug report, and good catch!
As you suggested, could you try applying a change like the below patch, and see
if it helps? If it does, it would be nice if you could submit the patch on the
Buildroot mailing list (if you don't want to do it, let us know, and we'll
handle that). Thanks!
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index 7d6fa08418..7b3294a09a 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -541,6 +541,12 @@ ifndef $(2)_SITE_METHOD
endif
endif
+ifndef $(2)_DL_OPTS
+ ifdef $(3)_DL_OPTS
+ $(2)_DL_OPTS = $$($(3)_DL_OPTS)
+ endif
+endif
+
ifneq ($$(filter bzr cvs hg svn,$$($(2)_SITE_METHOD)),)
BR_NO_CHECK_HASH_FOR += $$($(2)_SOURCE)
endif
--
You are receiving this mail because:
You are on the CC list for the bug.
next prev parent reply other threads:[~2019-11-18 16:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-18 15:44 [Buildroot] [Bug 12321] New: host-generic-package: PKG_DL_OPTS not used for host package bugzilla at busybox.net
2019-11-18 16:09 ` bugzilla at busybox.net [this message]
2019-11-18 16:10 ` [Buildroot] [Bug 12321] " bugzilla at busybox.net
2019-11-19 7:55 ` bugzilla at busybox.net
2019-11-28 18:56 ` bugzilla at busybox.net
2020-05-19 21:40 ` bugzilla at busybox.net
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=bug-12321-163-HqViwNO1VA@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox