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:
commit
ef2b33c3d5
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user