Skip to content

Commit

Permalink
pkg/jsmn: bump version, remove Makefile patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 1, 2018
1 parent ef20fe7 commit f15be48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 62 deletions.
4 changes: 2 additions & 2 deletions pkg/jsmn/Makefile
@@ -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 changes: 3 additions & 0 deletions pkg/jsmn/Makefile.jsmn
@@ -0,0 +1,3 @@
SRCS := jsmn.c

include $(RIOTBASE)/Makefile.base
60 changes: 0 additions & 60 deletions pkg/jsmn/patches/0001-RIOTize-makefile.patch

This file was deleted.

0 comments on commit f15be48

Please sign in to comment.