From 4158dd499446a862ff996165215d618562ae2b14 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 22 Mar 2016 16:32:50 +0100 Subject: [PATCH] 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 --- meta-oe/recipes-devtools/jq/jq_1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ "