diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2012-07-23 16:38:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:52 +0100 |
commit | c2383a34ea448832233c296dce74ba89cb71519f (patch) | |
tree | e92b790735f743b708924b48da6c1bfdef0485db /meta/recipes-extended/quota | |
parent | 17b3c88338d0bf89d916ea2a2c48f432916825c6 (diff) | |
download | poky-c2383a34ea448832233c296dce74ba89cb71519f.tar.gz |
quota 4.00: add DEPENDS gettext-native
do_install needs command 'msgfmt', it would fail if the command
doesn't exist on the host, add DEPENDS gettext-native to fix this.
[YOCTO #2811]
(From OE-Core rev: f12f75aa57cacc73a0428cedba970076f0abb9f8)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/quota')
-rw-r--r-- | meta/recipes-extended/quota/quota_4.00.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/quota/quota_4.00.bb b/meta/recipes-extended/quota/quota_4.00.bb index 5fef9cb2bb..25f6381ac2 100644 --- a/meta/recipes-extended/quota/quota_4.00.bb +++ b/meta/recipes-extended/quota/quota_4.00.bb | |||
@@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "eb2b045f58b98299edc568b8607b95b10735b4a131fa5196f41c89b51f | |||
15 | 15 | ||
16 | S = "${WORKDIR}/quota-tools" | 16 | S = "${WORKDIR}/quota-tools" |
17 | 17 | ||
18 | DEPENDS = "gettext-native" | ||
19 | |||
18 | inherit autotools | 20 | inherit autotools |
19 | 21 | ||
20 | EXTRA_OEMAKE += 'STRIP=""' | 22 | EXTRA_OEMAKE += 'STRIP=""' |