]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/jq: install to staging
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Fri, 11 Aug 2017 16:00:48 +0000 (18:00 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 12 Aug 2017 21:25:24 +0000 (23:25 +0200)
Install the libraries to staging to be usable by other packages.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/jq/jq.mk

index 9a094ba9a0b87875b320ce262a6ca9f67a80d5f1..aecdba22802536988ef2a537b11d2cbafb29e69c 100644 (file)
@@ -8,6 +8,7 @@ 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
+JQ_INSTALL_STAGING = YES
 
 # uses c99 specific features
 JQ_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -std=c99"