From d32b4a2c146f70a180aada44824bb310d6385306 Mon Sep 17 00:00:00 2001 From: Juergen Kilb Date: Mon, 22 Aug 2011 19:11:56 +0200 Subject: x-load: add config variable for the source md5sum Signed-off-by: Juergen Kilb Signed-off-by: Michael Olbrich --- platforms/x-load.in | 4 ++++ rules/x-load.make | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/platforms/x-load.in b/platforms/x-load.in index d92627d6b..d2f39d2e1 100644 --- a/platforms/x-load.in +++ b/platforms/x-load.in @@ -28,6 +28,10 @@ config X_LOAD_VERSION ${PTXDIST_WORKSPACE}/local_src/ +config X_LOAD_MD5 + prompt "x-loader source md5sum" + string + config X_LOAD_CONFIG string prompt "x-loader config target" diff --git a/rules/x-load.make b/rules/x-load.make index e49089561..a1ea1f69d 100644 --- a/rules/x-load.make +++ b/rules/x-load.make @@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_X_LOAD) += x-load # Paths and names # X_LOAD_VERSION := $(call remove_quotes,$(PTXCONF_X_LOAD_VERSION)) -X_LOAD_MD5 := +X_LOAD_MD5 := $(call remove_quotes,$(PTXCONF_X_LOAD_MD5)) 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) -- cgit v1.2.3