package/pkg-generic.mk: make HOST_<pkg>_DL_OPTS inherit from <pkg>_DL_OPTS
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 28 Nov 2019 18:55:52 +0000 (19:55 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 29 Nov 2019 09:52:56 +0000 (10:52 +0100)
commit085f32c17b408fbac68d92232b42d49e883e1f69
tree942f01a22f042d2f6b30f42ffa73d63f4d8f4a40
parent73691c51f68a69b10c77bf50f688e58f89b5b196
package/pkg-generic.mk: make HOST_<pkg>_DL_OPTS inherit from <pkg>_DL_OPTS

Just like _SITE, _SOURCE, _SITE_METHOD, it is very likely that if
<pkg>_DL_OPTS is defined, the same value should be used for
HOST_<pkg>_DL_OPTS, so let's have the same inheritance logic than the
one we have for other variables.

Fixes:

  https://bugs.busybox.net/show_bug.cgi?id=12321

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pkg-generic.mk