diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-07 18:12:48 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-07 18:12:48 +0000 |
commit | fbf9d75d7c1f7d55acd8b0c272597ff04294a304 (patch) | |
tree | a3789664d5caa8f937da1709561fa3488d7c366c /meta/packages/coreutils | |
parent | a06263e7d565602905cf28ad1229b8adde3f5c8b (diff) | |
download | poky-fbf9d75d7c1f7d55acd8b0c272597ff04294a304.tar.gz |
coreutils: Add missing gettext inherit
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/coreutils')
-rw-r--r-- | meta/packages/coreutils/coreutils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
4 | RREPLACES = "textutils shellutils fileutils" | 4 | RREPLACES = "textutils shellutils fileutils" |
5 | RPROVIDES = "textutils shellutils fileutils" | 5 | RPROVIDES = "textutils shellutils fileutils" |
6 | 6 | ||
7 | inherit autotools | 7 | inherit autotools gettext |