summaryrefslogtreecommitdiffstats
path: root/rules/barebox.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-11-19 21:32:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-04 12:41:26 +0200
commit0657ab85ea91a4fe3c9c997dadae467069cd7c9c (patch)
tree867c6fe551a67d50f440773615973f6f6713a2ef /rules/barebox.make
parent963fefccee8777f5195e6c0d0c1ec53fb4817c7a (diff)
downloadptxdist-0657ab85ea91a4fe3c9c997dadae467069cd7c9c.tar.gz
ptxdist-0657ab85ea91a4fe3c9c997dadae467069cd7c9c.tar.xz
[barebox] add config variable for the source md5sum
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 2781c4b17..317d1e569 100644
--- a/rules/barebox.make
+++ b/rules/barebox.make
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_BAREBOX) += barebox
# Paths and names
#
BAREBOX_VERSION := $(call remove_quotes,$(PTXCONF_BAREBOX_VERSION))
-BAREBOX_MD5 :=
+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)