1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

pkg: microcoap: add license information, cleanup

This commit is contained in:
Kaspar Schleiser 2017-01-08 21:55:46 +01:00
parent f037cd9a0b
commit 95ffb22a89

View File

@ -1,11 +1,7 @@
PKG_NAME=microcoap
PKG_URL=git://github.com/1248/microcoap.git
PKG_URL=https://github.com/1248/microcoap.git
PKG_VERSION=9cb1dcda2182a8dca8483b230cda8b591a924c82
ifneq ($(RIOTBASE),)
INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \
-I$(RIOTBASE)/sys/posix/include
endif
PKG_LICENSE=MIT
.PHONY: all