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>
This commit is contained in:
Jackie Huang 2012-07-23 16:38:09 +08:00 committed by Richard Purdie
parent 17b3c88338
commit c2383a34ea
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "eb2b045f58b98299edc568b8607b95b10735b4a131fa5196f41c89b51f
S = "${WORKDIR}/quota-tools"
DEPENDS = "gettext-native"
inherit autotools
EXTRA_OEMAKE += 'STRIP=""'