cjson: bump to version 58
Also: update download site, and add new license file. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fd4a399e4d
commit
5043efe521
@ -4,11 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CJSON_VERSION = 42
|
||||
CJSON_VERSION = 58
|
||||
CJSON_SITE_METHOD = svn
|
||||
CJSON_SITE = https://cjson.svn.sourceforge.net/svnroot/cjson
|
||||
CJSON_SITE = http://svn.code.sf.net/p/cjson/code
|
||||
CJSON_INSTALL_STAGING = YES
|
||||
CJSON_LICENSE = MIT
|
||||
CJSON_LICENSE_FILES = LICENSE
|
||||
|
||||
define CJSON_BUILD_CMDS
|
||||
cd $(@D) && $(TARGET_CC) $(TARGET_CFLAGS) -shared -fPIC cJSON.c -o libcJSON.so
|
||||
|
Loading…
Reference in New Issue
Block a user