summaryrefslogtreecommitdiffstats
path: root/rules/barebox.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2012-09-06 12:55:46 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-06 18:13:48 +0200
commit2bf34e753f15d5c6c0c5894f5797e065fdd8d4c1 (patch)
tree0208f32f31a2d107fe355bdedb91df26b22f7c54 /rules/barebox.make
parentd6d116b046803e2edf728827c524feaf18dc19c7 (diff)
downloadptxdist-2bf34e753f15d5c6c0c5894f5797e065fdd8d4c1.tar.gz
ptxdist-2bf34e753f15d5c6c0c5894f5797e065fdd8d4c1.tar.xz
barebox: introduce barebox-url and barebox-opts
...and make use of barebox-url. It's needed for extra barebox packages. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/barebox.make')
-rw-r--r--rules/barebox.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/barebox.make b/rules/barebox.make
index 1c3a0e5b3..d16abda36 100644
--- a/rules/barebox.make
+++ b/rules/barebox.make
@@ -21,7 +21,7 @@ BAREBOX_VERSION := $(call remove_quotes,$(PTXCONF_BAREBOX_VERSION))
BAREBOX_MD5 := $(call remove_quotes,$(PTXCONF_BAREBOX_MD5))
BAREBOX := barebox-$(BAREBOX_VERSION)
BAREBOX_SUFFIX := tar.bz2
-BAREBOX_URL := http://www.barebox.org/download/$(BAREBOX).$(BAREBOX_SUFFIX)
+BAREBOX_URL := $(call barebox-url, BAREBOX)
BAREBOX_SOURCE := $(SRCDIR)/$(BAREBOX).$(BAREBOX_SUFFIX)
BAREBOX_DIR := $(BUILDDIR)/$(BAREBOX)
BAREBOX_LICENSE := GPLv2