diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-07 18:12:34 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-07 18:12:34 +0000 |
commit | a06263e7d565602905cf28ad1229b8adde3f5c8b (patch) | |
tree | 4cad119496cfe077f3f2f9fc64d98541f2552b0b /meta | |
parent | 1b20976cfcb72597fb2b08345daddc5a9bc2b9de (diff) | |
download | poky-a06263e7d565602905cf28ad1229b8adde3f5c8b.tar.gz |
make: Add missing gettext inherit
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/make/make.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/make/make.inc b/meta/packages/make/make.inc index 31223cbbf1..23629d37b0 100644 --- a/meta/packages/make/make.inc +++ b/meta/packages/make/make.inc | |||
@@ -8,4 +8,4 @@ LICENSE = "GPL" | |||
8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ | 8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ |
9 | file://SCCS.patch;patch=1" | 9 | file://SCCS.patch;patch=1" |
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools gettext |