1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #8506 from kaspar030/update_jsmn_package

pkg/jsmn: bump version, remove Makefile patch
This commit is contained in:
Gaëtan Harter 2018-02-01 18:45:06 +01:00 committed by GitHub
commit ab3eca7773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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