initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_JO
bool "jo"
help
Command-line processor to output JSON from a shell
https://github.com/jpmens/jo
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 24c64d2eb863900947f58f32b502c95fec8f086105fd31151b91f54b7b5256a2 jo-1.4.tar.gz
sha256 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf COPYING
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# jo
#
################################################################################
JO_VERSION = 1.4
JO_SITE = https://github.com/jpmens/jo/releases/download/$(JO_VERSION)
JO_LICENSE = MIT (json.[ch]), GPL-2.0+ (rest)
JO_LICENSE_FILES = COPYING
# don't build man pages
JO_CONF_ENV = ac_cv_path_PANDOC=''
$(eval $(autotools-package))