mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +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:
@@ -9,7 +9,7 @@ SECTION = "utils"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=29dd0c35d7e391bb8d515eacf7592e00"
|
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 \
|
SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user