[oe-commits] [openembedded-core] 06/14: popt: fix dependencies and QA Issue

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 10:44:02 UTC 2016


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

commit 903aa8e96b5fdbcb8f33227082fbf4aec47f52cf
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Tue Apr 26 11:48:23 2016 +0300

    popt: fix dependencies and QA Issue
    
    Fix the following QA warning:
    
    WARNING: popt-1.16-r3 do_package_qa: QA Issue: popt 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-support/popt/popt_1.16.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/popt/popt_1.16.bb b/meta/recipes-support/popt/popt_1.16.bb
index cb13a81..478288f 100644
--- a/meta/recipes-support/popt/popt_1.16.bb
+++ b/meta/recipes-support/popt/popt_1.16.bb
@@ -6,6 +6,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d"
 PR = "r3"
 
+DEPENDS = "virtual/libiconv"
+
 SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \
            file://pkgconfig_fix.patch \
            file://popt_fix_for_automake-1.12.patch \

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


More information about the Openembedded-commits mailing list