Bump buidlroot version to 2018.02.6
This commit is contained in:
6
bsp/buildroot/package/jo/Config.in
Normal file
6
bsp/buildroot/package/jo/Config.in
Normal 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
|
||||
2
bsp/buildroot/package/jo/jo.hash
Normal file
2
bsp/buildroot/package/jo/jo.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 63ed4766c2e0fcb5391a14033930329369f437d7060a11d82874e57e278bda5f jo-1.1.tar.gz
|
||||
14
bsp/buildroot/package/jo/jo.mk
Normal file
14
bsp/buildroot/package/jo/jo.mk
Normal 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))
|
||||
Reference in New Issue
Block a user