diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-04-26 11:48:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:31:15 +0100 |
commit | 7ce949cf1399e4f079d69d3f98494b58a096bdf2 (patch) | |
tree | 5410fb0f4b23d0619c2b66bdce1c46348b50ca57 /meta/recipes-support | |
parent | 0c26298c0c3917c164972fad0384304803c3e8bf (diff) | |
download | poky-7ce949cf1399e4f079d69d3f98494b58a096bdf2.tar.gz |
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 <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/popt/popt_1.16.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d" |
7 | PR = "r3" | 7 | PR = "r3" |
8 | 8 | ||
9 | DEPENDS = "virtual/libiconv" | ||
10 | |||
9 | SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \ | 11 | SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \ |
10 | file://pkgconfig_fix.patch \ | 12 | file://pkgconfig_fix.patch \ |
11 | file://popt_fix_for_automake-1.12.patch \ | 13 | file://popt_fix_for_automake-1.12.patch \ |