summaryrefslogtreecommitdiffstats
path: root/rules/lpc21isp.make
diff options
context:
space:
mode:
authorBernhard Walle <walle@corscience.de>2012-02-07 17:51:30 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-14 22:26:43 +0100
commit9813157b511fbdacd14bf554550405e785815395 (patch)
tree27ae75eae6cfee80cb0882b0390c0f585b1f6570 /rules/lpc21isp.make
parent2cdf69f21cb716b66b25741b96f3600d8c17d589 (diff)
downloadptxdist-9813157b511fbdacd14bf554550405e785815395.tar.gz
ptxdist-9813157b511fbdacd14bf554550405e785815395.tar.xz
lpc21isp: Update to 1.83
I don't know why the name of the tarball is completely different and I also don't know why the tarball doesn't contain a directory. That's upstream. At least the program builds and works correctly. Signed-off-by: Bernhard Walle <walle@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lpc21isp.make')
-rw-r--r--rules/lpc21isp.make9
1 files changed, 5 insertions, 4 deletions
diff --git a/rules/lpc21isp.make b/rules/lpc21isp.make
index 5393c510a..2999eae61 100644
--- a/rules/lpc21isp.make
+++ b/rules/lpc21isp.make
@@ -16,13 +16,14 @@ PACKAGES-$(PTXCONF_LPC21ISP) += lpc21isp
#
# Paths and names
#
-LPC21ISP_VERSION := 1.79
-LPC21ISP_MD5 := 93cf6b2a35d7e1d96a2887a21a8b2b77
-LPC21ISP := lpc21isp-$(LPC21ISP_VERSION)
+LPC21ISP_VERSION := 1.83
+LPC21ISP_MD5 := 4b437a6d6e718afa6d182f0c18f5363f
+LPC21ISP_STRIP_LEVEL := 0
+LPC21ISP := lpc21isp_$(subst .,,$(LPC21ISP_VERSION))
LPC21ISP_SUFFIX := tar.gz
LPC21ISP_URL := $(call ptx/mirror, SF, lpc21isp/$(LPC21ISP_VERSION)/$(LPC21ISP).$(LPC21ISP_SUFFIX))
LPC21ISP_SOURCE := $(SRCDIR)/$(LPC21ISP).$(LPC21ISP_SUFFIX)
-LPC21ISP_DIR := $(BUILDDIR)/lpc21isp
+LPC21ISP_DIR := $(BUILDDIR)/$(LPC21ISP)
LPC21ISP_LICENSE := GPLv3+
# ----------------------------------------------------------------------------