[oe-commits] [meta-openembedded] 09/26: jq: add dependency on onig

git at git.openembedded.org git at git.openembedded.org
Thu Mar 24 14:14:32 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 8d8342933a3bf47b29dcb4d43fb72b3cac50b5b3
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Tue Mar 22 16:32:50 2016 +0100

    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 at gmail.com>
---
 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 a3c171e..612eaf3 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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list