Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

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

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 63ed4766c2e0fcb5391a14033930329369f437d7060a11d82874e57e278bda5f jo-1.1.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# jo
#
################################################################################
JO_VERSION = 1.1
JO_SITE = https://github.com/jpmens/jo/releases/download/v$(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))