From 2ffcba096125b904d83508368cec56b6224fc2e1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 13 Oct 2015 03:43:10 +0000 Subject: 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 Signed-off-by: Ross Burton --- meta/recipes-core/coreutils/coreutils_6.9.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core') 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 -- cgit 1.2.3-korg