summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-03-02 17:01:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-02 17:01:58 +0100
commitc6c7a1588b9195d33d4802af18187f9c754c6f95 (patch)
treeca1c6649420f7dda7014abf37014cceab727b0a6 /rules
parent93fce3eef4fc5ed7fa987cdaeefc83b1afb224bd (diff)
downloadptxdist-c6c7a1588b9195d33d4802af18187f9c754c6f95.tar.gz
ptxdist-c6c7a1588b9195d33d4802af18187f9c754c6f95.tar.xz
yajl: fix URL
The content of the tarball is the same but the toplevel directory is different, so a new md5 is needed. Keep the old one for existing tarballs. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/yajl.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/yajl.make b/rules/yajl.make
index ec7f5d303..e5141219c 100644
--- a/rules/yajl.make
+++ b/rules/yajl.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_YAJL) += yajl
# Paths and names
#
YAJL_VERSION := 2.1.0
-YAJL_MD5 := 8df8a92a2799bc949577e8e7a9f43670
+YAJL_MD5 := 8df8a92a2799bc949577e8e7a9f43670 6887e0ed7479d2549761a4d284d3ecb0
YAJL := yajl-$(YAJL_VERSION)
YAJL_SUFFIX := tar.gz
-YAJL_URL := https://github.com/lloyd/yajl/archive/$(YAJL).$(YAJL_SUFFIX)
+YAJL_URL := https://github.com/lloyd/yajl/archive/$(YAJL_VERSION).$(YAJL_SUFFIX)
YAJL_SOURCE := $(SRCDIR)/$(YAJL).$(YAJL_SUFFIX)
YAJL_DIR := $(BUILDDIR)/$(YAJL)
YAJL_LICENSE := ISC