]> code.ossystems Code Review - openembedded-core.git/commitdiff
quota 4.00: add DEPENDS gettext-native
authorJackie Huang <jackie.huang@windriver.com>
Mon, 23 Jul 2012 08:38:09 +0000 (16:38 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Sep 2012 14:01:45 +0000 (15:01 +0100)
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]

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/quota/quota_4.00.bb

index 5fef9cb2bbc461eb2cca0739d13c0037ecadecb5..25f6381ac20a2ac27825411e447283f9ff2c1436 100644 (file)
@@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "eb2b045f58b98299edc568b8607b95b10735b4a131fa5196f41c89b51f
 
 S = "${WORKDIR}/quota-tools"
 
+DEPENDS = "gettext-native"
+
 inherit autotools
 
 EXTRA_OEMAKE += 'STRIP=""'