From: Richard Purdie Date: Thu, 7 Jan 2010 18:12:48 +0000 (+0000) Subject: coreutils: Add missing gettext inherit X-Git-Tag: 2011-1~6468 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fbf9d75d7c1f7d55acd8b0c272597ff04294a304;p=openembedded-core.git coreutils: Add missing gettext inherit Signed-off-by: Richard Purdie --- diff --git a/meta/packages/coreutils/coreutils.inc b/meta/packages/coreutils/coreutils.inc index 481c32bb3d..c7d5ede767 100644 --- a/meta/packages/coreutils/coreutils.inc +++ b/meta/packages/coreutils/coreutils.inc @@ -4,4 +4,4 @@ SECTION = "base" RREPLACES = "textutils shellutils fileutils" RPROVIDES = "textutils shellutils fileutils" -inherit autotools +inherit autotools gettext