summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-10 14:06:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-10 14:25:14 +0200
commit0c299185ecfe8c6474301a365988299de4c0eaea (patch)
treec75b98d83c966551eb029b47f159365d3b1338f3
parent234c2673e3c7b50470c6f1d4f82414b1cdfe6744 (diff)
downloadOSELAS.Toolchain-0c299185ecfe8c6474301a365988299de4c0eaea.tar.gz
OSELAS.Toolchain-0c299185ecfe8c6474301a365988299de4c0eaea.tar.xz
glibc-ports: add md5sum
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/glibc-ports.in11
-rw-r--r--rules/glibc-ports.make1
2 files changed, 9 insertions, 3 deletions
diff --git a/rules/glibc-ports.in b/rules/glibc-ports.in
index 95d0365..639b249 100644
--- a/rules/glibc-ports.in
+++ b/rules/glibc-ports.in
@@ -2,18 +2,23 @@ menuconfig GLIBC_PORTS
prompt "glibc-ports "
bool
+if GLIBC_PORTS
+
config GLIBC_PORTS_VERSION
- depends on GLIBC_PORTS
string
default "${PTXCONF_GLIBC_VERSION}"
+config GLIBC_PORTS_MD5
+ string
+ prompt "glibc-ports source md5sum"
+
config GLIBC_PORTS_TIMESTAMP
- depends on GLIBC_PORTS
string
default "${PTXCONF_GLIBC_TIMESTAMP}"
config GLIBC_PORTS_SERIES
- depends on GLIBC_PORTS
string
prompt "glibc-ports patch series file"
default "series"
+
+endif
diff --git a/rules/glibc-ports.make b/rules/glibc-ports.make
index 2111e9c..3530675 100644
--- a/rules/glibc-ports.make
+++ b/rules/glibc-ports.make
@@ -20,6 +20,7 @@ PACKAGES-$(PTXCONF_GLIBC_PORTS) += glibc-ports
#
ifneq ($(PTXCONF_GLIBC_VERSION),"")
GLIBC_PORTS_VERSION := -$(call remove_quotes,$(PTXCONF_GLIBC_PORTS_VERSION))
+GLIBC_PORTS_MD5 := $(call remove_quotes,$(PTXCONF_GLIBC_PORTS_MD5))
endif
ifneq ($(PTXCONF_GLIBC_TIMESTAMP),"")