diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-10-13 03:43:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-27 07:24:26 +0000 |
commit | 20b7d876ed29327388ec035fcfcbaf67fac22c33 (patch) | |
tree | 28398603a0779cd6fc64869b28027d40e076fc54 /meta/recipes-core/coreutils | |
parent | 8bb6436295cfe4329ced0d01a4076662b59637b8 (diff) | |
download | poky-20b7d876ed29327388ec035fcfcbaf67fac22c33.tar.gz |
coreutils-6.9: Add missing dependency on virtual/libiconv
Surfaces on uclibc where libiconv is not coming from libc but from
separate package.
Change-Id: I8eef52a69d2b6830deff94531631ca098bce2a89
(From OE-Core rev: 2ffcba096125b904d83508368cec56b6224fc2e1)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/coreutils')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 4ff1d50bd4..8d5b96db96 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb | |||
@@ -9,6 +9,7 @@ LICENSE = "GPLv2+" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
10 | file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543" | 10 | file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543" |
11 | PR = "r5" | 11 | PR = "r5" |
12 | DEPENDS = "virtual/libiconv" | ||
12 | 13 | ||
13 | inherit autotools gettext texinfo | 14 | inherit autotools gettext texinfo |
14 | 15 | ||