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-24 12:17:26 +0100 |
commit | 2ffcba096125b904d83508368cec56b6224fc2e1 (patch) | |
tree | 41a5299d4a871e67fa7efc4a6cbca7f5cdc9d53b | |
parent | 458bfefecdd2b5e2efa743f29d3dc8b3471e6df1 (diff) | |
download | openembedded-core-2ffcba096125b904d83508368cec56b6224fc2e1.tar.gz openembedded-core-2ffcba096125b904d83508368cec56b6224fc2e1.tar.bz2 openembedded-core-2ffcba096125b904d83508368cec56b6224fc2e1.zip |
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543" PR = "r5" +DEPENDS = "virtual/libiconv" inherit autotools gettext texinfo |