1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #11277 from obgm/tinydtls

pkg/tinydtls: Update repository URL to new location, fix posix_sockets
This commit is contained in:
Leandro Lanzieri 2019-03-28 17:17:46 +01:00 committed by GitHub
commit ef2b33c3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -14,7 +14,7 @@ ifneq (,$(filter tinydtls,$(USEMODULE)))
# Dependencies partially under control of the App's requirements
# The configuration for socket overrides Sock
ifeq (,$(filter WITH_RIOT_SOCKETS,$(CFLAGS)))
ifeq (,$(filter posix_sockets,$(USEMODULE)))
CFLAGS += -DWITH_RIOT_GNRC
endif