diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-22 16:32:50 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:27:30 +0100 |
commit | 4158dd499446a862ff996165215d618562ae2b14 (patch) | |
tree | 2928554aec6c33bdcfec36a1e5438d0eee9c1181 /meta-oe/recipes-devtools/jq/jq_1.5.bb | |
parent | e57e43aa5cd955db83e1ad5795a75e53db861ded (diff) | |
download | meta-openembedded-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/recipes-devtools/jq/jq_1.5.bb')
-rw-r--r-- | meta-oe/recipes-devtools/jq/jq_1.5.bb | 2 |
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 a3c171e13..612eaf396 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" | |||
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=29dd0c35d7e391bb8d515eacf7592e00" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=29dd0c35d7e391bb8d515eacf7592e00" |
11 | 11 | ||
12 | DEPENDS = "flex-native bison-native" | 12 | DEPENDS = "flex-native bison-native onig" |
13 | 13 | ||
14 | SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ | 14 | SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ |
15 | " | 15 | " |