From patchwork Wed Dec 7 15:59:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] boost : Add icu to DEPENDS to fix a build failure. Date: Wed, 07 Dec 2011 15:59:27 -0000 From: Philip Balister X-Patchwork-Id: 16399 Message-Id: <1323273568-31152-1-git-send-email-philip@balister.org> To: openembedded-core@openembedded.org Part of boost needs libraries from icu. Without this, either the build or image construction fails. (I forget exactly which) Signed-off-by: Philip Balister --- meta/recipes-support/boost/boost.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index fecdb97..a1499f6 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc @@ -6,7 +6,7 @@ DESCRIPTION = "Free peer-reviewed portable C++ source libraries" HOMEPAGE = "http://www.boost.org/" SECTION = "libs" -DEPENDS = "boost-native zlib" +DEPENDS = "boost-native zlib icu" DEPENDS_virtclass-native = "" LICENSE = "Boost"