1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/jsmn: bump version, remove Makefile patch

This commit is contained in:
Kaspar Schleiser 2018-02-01 11:53:41 +01:00
parent ef20fe7bb3
commit f15be48cea
3 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,11 @@
PKG_NAME=jsmn
PKG_URL=https://github.com/zserge/jsmn
PKG_VERSION=b77d84ba48e057aa464b6c6b6f6209e632918cb3
PKG_VERSION=6784c826d9674915a4d89649c6288e6aecb4110d
PKG_LICENSE=MIT
.PHONY: all
all: git-download
"$(MAKE)" -C $(PKG_BUILDDIR)
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.jsmn
include $(RIOTBASE)/pkg/pkg.mk

3
pkg/jsmn/Makefile.jsmn Normal file
View File

@ -0,0 +1,3 @@
SRCS := jsmn.c
include $(RIOTBASE)/Makefile.base