[Buildroot] [git commit] jq: bump to version 1.4

Peter Korsgaard peter at korsgaard.com
Sat Sep 6 20:08:04 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=ea73983591043b0e86b0a169af2eaae6c67789fd
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Bump to version 1.4.  Addtionally, released tarballs no longer
require flex or bison to build.

Signed-off-by: Danomi Manchego <danomimanchego123 at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/jq/jq.mk |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/package/jq/jq.mk b/package/jq/jq.mk
index cc7c99e..6a9dfc8 100644
--- a/package/jq/jq.mk
+++ b/package/jq/jq.mk
@@ -4,9 +4,8 @@
 #
 ################################################################################
 
-JQ_VERSION = 1.3
+JQ_VERSION = 1.4
 JQ_SITE = http://stedolan.github.io/jq/download/source
-JQ_DEPENDENCIES = host-flex host-bison
 JQ_LICENSE = MIT (code), CC-BY-3.0 (documentation)
 JQ_LICENSE_FILES = COPYING
 


More information about the buildroot mailing list