From fbf9d75d7c1f7d55acd8b0c272597ff04294a304 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 7 Jan 2010 18:12:48 +0000 Subject: [PATCH] coreutils: Add missing gettext inherit Signed-off-by: Richard Purdie --- meta/packages/coreutils/coreutils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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