From: Maxin B. John Date: Tue, 26 Apr 2016 08:48:23 +0000 (+0300) Subject: popt: fix dependencies and QA Issue X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=df05fa063c6d0b41156c8af9b46cf894176500e6;p=openembedded-core.git 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] (From OE-Core rev: 08aeb5a9e0067e2e9e0fba8614409102e5a0a00e) Signed-off-by: Maxin B. John Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-support/popt/popt_1.16.bb b/meta/recipes-support/popt/popt_1.16.bb index cb13a815e0..478288f9bf 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 \