From affedc0e8a6e047538bc691b608f5f85cbe77484 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 10 Jun 2011 14:06:55 +0200 Subject: newlib: add md5sum Signed-off-by: Michael Olbrich --- rules/newlib.in | 9 ++++++++- rules/newlib.make | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'rules') diff --git a/rules/newlib.in b/rules/newlib.in index 6665d1e..c1d285d 100644 --- a/rules/newlib.in +++ b/rules/newlib.in @@ -18,10 +18,17 @@ menuconfig NEWLIB all under free software licenses that make them easily usable on embedded products. +if NEWLIB + config NEWLIB_VERSION - depends on NEWLIB string prompt "newlib version" default "1.16.0" help Specify the newlib version here. + +config NEWLIB_MD5 + string + prompt "newlib source md5sum" + +endif diff --git a/rules/newlib.make b/rules/newlib.make index ccc5524..6811a34 100644 --- a/rules/newlib.make +++ b/rules/newlib.make @@ -18,6 +18,7 @@ PACKAGES-$(PTXCONF_NEWLIB) += newlib # Paths and names # NEWLIB_VERSION := $(call remove_quotes,$(PTXCONF_NEWLIB_VERSION)) +NEWLIB_MD5 := $(call remove_quotes,$(PTXCONF_NEWLIB_MD5)) NEWLIB := newlib-$(NEWLIB_VERSION) NEWLIB_SUFFIX := tar.gz NEWLIB_URL := ftp://sources.redhat.com/pub/newlib/$(NEWLIB).$(NEWLIB_SUFFIX) -- cgit v1.2.3