summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-02-12 08:56:20 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-02-12 09:44:21 +0100
commitd78ab7618f7b1e7b047dea046c3a9a11aba304d7 (patch)
tree56d4e0824a439c11687acd880a347e6cdf4a2db2
parentca97669395bc64b01bbe9754e60d85bf670c5626 (diff)
downloadptxdist-d78ab7618f7b1e7b047dea046c3a9a11aba304d7.tar.gz
ptxdist-d78ab7618f7b1e7b047dea046c3a9a11aba304d7.tar.xz
x-load: use ptx/config-version and ptx/config-md5
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/x-load.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/x-load.make b/rules/x-load.make
index e685f12e6..6bf7f9768 100644
--- a/rules/x-load.make
+++ b/rules/x-load.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_X_LOAD) += x-load
#
# Paths and names
#
-X_LOAD_VERSION := $(call remove_quotes,$(PTXCONF_X_LOAD_VERSION))
-X_LOAD_MD5 := $(call remove_quotes,$(PTXCONF_X_LOAD_MD5))
+X_LOAD_VERSION := $(call ptx/config-version, PTXCONF_X_LOAD)
+X_LOAD_MD5 := $(call ptx/config-md5, PTXCONF_X_LOAD)
X_LOAD := x-load-$(X_LOAD_VERSION)
X_LOAD_SUFFIX := tar.bz2
X_LOAD_URL := http://www.ptxdist.org/software/ptxdist/temporary-src/$(X_LOAD).$(X_LOAD_SUFFIX)