From 542701f3fdcf0e772763892c43b7c1beeeebf529 Mon Sep 17 00:00:00 2001 From: Olaf Bergmann Date: Thu, 21 Mar 2019 14:43:47 +0100 Subject: [PATCH] [tinydtls] Makefile: Updated package to head of develop branch [tinydtls] Makefile: Updated PKG_URL The tinydtls repository has moved from Eclipse Gerrit to GitHub [1]. PKG_URL now points to the new direction and PKG_VERSION was updated to the HEAD of the develop branch. [1] https://github.com/eclipse/tinydtls.git --- pkg/tinydtls/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/tinydtls/Makefile b/pkg/tinydtls/Makefile index dcf411273b..ac3462e09b 100644 --- a/pkg/tinydtls/Makefile +++ b/pkg/tinydtls/Makefile @@ -1,6 +1,6 @@ PKG_NAME=tinydtls -PKG_URL=https://git.eclipse.org/r/tinydtls/org.eclipse.tinydtls -PKG_VERSION=84f1f4e3ca13101a5a9aedeaf08039636c4f34dd +PKG_URL=https://github.com/eclipse/tinydtls.git +PKG_VERSION=dcac93f1b38e74f0a57b5df47647943f3df005c2 PKG_LICENSE=EPL-1.0,EDL-1.0 CFLAGS += -Wno-implicit-fallthrough