[oe-commits] [openembedded-core] 07/20: libxml2: fix dependencies and QA Issues

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 11:11:59 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 11092280e549a845eebf46227177767a27b0c093
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Tue Apr 26 11:48:25 2016 +0300

    libxml2: fix dependencies and QA Issues
    
    Fix the following QA warnings:
    
    WARNING: libxml2-2.9.3-r0 do_package_qa: QA Issue: libxml2 rdepends on
    libiconv, but it isn't a build dependency, missing libiconv in DEPENDS
    or PACKAGECONFIG? [build-deps]
    
    WARNING: libxml2-2.9.3-r0 do_package_qa: QA Issue: libxml2-python
    rdepends on libiconv, but it isn't a build dependency, missing libiconv
    in DEPENDS or PACKAGECONFIG? [build-deps]
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/libxml/libxml2_2.9.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/libxml/libxml2_2.9.3.bb b/meta/recipes-core/libxml/libxml2_2.9.3.bb
index 9c9873f..481346c 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.3.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.3.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=2044417e2e5006b65a8b9067b683fcf1 \
                     file://list.c;beginline=4;endline=13;md5=cdbfa3dee51c099edb04e39f762ee907 \
                     file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e"
 
-DEPENDS = "zlib"
+DEPENDS = "zlib virtual/libiconv"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=libtar \
            http://www.w3.org/XML/Test/xmlts20080827.tar.gz;name=testtar \

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


More information about the Openembedded-commits mailing list