initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_LIBFASTJSON
|
||||
bool "libfastjson"
|
||||
# uses the __sync_*_4 intrisics, or pthreads to emulate atomicity
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
Libfastjson - A fast json library for C
|
||||
|
||||
Libfastjson is a fork from json-c. The aim of this project
|
||||
is not to provide a slightly modified clone of json-c.
|
||||
Its aim is to provide:
|
||||
|
||||
- a small library with essential json handling functions
|
||||
- sufficiently good json support (not 100% standards
|
||||
compliant)
|
||||
- be very fast in processing
|
||||
|
||||
https://github.com/rsyslog/libfastjson/
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 881f954633aa76931e4c756ece0bda6fd8a673c6e66955a3db3b2bb9d6bbff72 libfastjson-0.99.9.tar.gz
|
||||
sha256 b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245 COPYING
|
||||
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# libfastjson
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBFASTJSON_VERSION = 0.99.9
|
||||
LIBFASTJSON_SITE = $(call github,rsyslog,libfastjson,v$(LIBFASTJSON_VERSION))
|
||||
LIBFASTJSON_INSTALL_STAGING = YES
|
||||
LIBFASTJSON_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
||||
# From git
|
||||
LIBFASTJSON_AUTORECONF = YES
|
||||
LIBFASTJSON_LICENSE = MIT
|
||||
LIBFASTJSON_LICENSE_FILES = COPYING
|
||||
LIBFASTJSON_CPE_ID_VENDOR = rsyslog
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user