mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
e57e43aa5c
commit
4158dd4994
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user