aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-03-22 16:32:50 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-25 11:27:30 +0100
commit4158dd499446a862ff996165215d618562ae2b14 (patch)
tree2928554aec6c33bdcfec36a1e5438d0eee9c1181 /meta-oe
parente57e43aa5cd955db83e1ad5795a75e53db861ded (diff)
downloadmeta-openembedded-contrib-4158dd499446a862ff996165215d618562ae2b14.tar.gz
jq: add dependency on onig
* configure doesn't have config option ot disable it and it's autodetected from sysroot causing: WARN: jq: jq rdepends on onig, but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/jq/jq_1.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/jq/jq_1.5.bb b/meta-oe/recipes-devtools/jq/jq_1.5.bb
index a3c171e137..612eaf3960 100644
--- a/meta-oe/recipes-devtools/jq/jq_1.5.bb
+++ b/meta-oe/recipes-devtools/jq/jq_1.5.bb
@@ -9,7 +9,7 @@ SECTION = "utils"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=29dd0c35d7e391bb8d515eacf7592e00"
-DEPENDS = "flex-native bison-native"
+DEPENDS = "flex-native bison-native onig"
SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
"