Signed-off-by: Juergen Kilb <[email protected]>
---
 platforms/x-load.in |    4 ++++
 rules/x-load.make   |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/platforms/x-load.in b/platforms/x-load.in
index d92627d..d2f39d2 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 e490895..a1ea1f6 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)
-- 
1.7.0.4


-- 
ptxdist mailing list
[email protected]

Reply via email to