mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
pkg/edhoc: bump version
Bumps EDHOC-C version to fix broken state due to Nanocbor return code values change.
This commit is contained in:
parent
6198604e3e
commit
3cc4a8ed15
@ -1,6 +1,6 @@
|
||||
PKG_NAME = EDHOC-C
|
||||
PKG_URL = https://github.com/future-proof-iot/EDHOC-C.git
|
||||
PKG_VERSION = 1847c2c558d3ea97a070f6a9546a5913432ecf96
|
||||
PKG_VERSION = 13660352d1c1551b292ba53ece1365f34f60aa2e
|
||||
PKG_LICENSE = BSD-3-Clause
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
@ -1,5 +1,11 @@
|
||||
include ../Makefile.tests_common
|
||||
|
||||
include $(RIOTBASE)/tests/Makefile.boards.netif
|
||||
BOARD_WHITELIST += $(BOARD_PROVIDES_NETIF)
|
||||
# Cannot run the test on `murdock` in `native`
|
||||
# open(/dev/net/tun): No such file or directory
|
||||
TEST_ON_CI_BLACKLIST += native
|
||||
|
||||
# Edhoc related packages
|
||||
USEPKG += edhoc-c
|
||||
USEMODULE += edhoc-c_crypto_tinycrypt
|
||||
|
Loading…
Reference in New Issue
Block a user