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:
parent
ef20fe7bb3
commit
f15be48cea
@ -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
3
pkg/jsmn/Makefile.jsmn
Normal file
@ -0,0 +1,3 @@
|
||||
SRCS := jsmn.c
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user