c7919fef94
Remove patch applied upstream. Add hash file. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
453 B
Makefile
16 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# jq
|
|
#
|
|
################################################################################
|
|
|
|
JQ_VERSION = 1.5
|
|
JQ_SITE = https://github.com/stedolan/jq/releases/download/jq-$(JQ_VERSION)
|
|
JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
|
|
JQ_LICENSE_FILES = COPYING
|
|
|
|
# uses c99 specific features
|
|
JQ_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -std=c99"
|
|
|
|
$(eval $(autotools-package))
|