[oe-commits] Jackie Huang : quota 4.00: add DEPENDS gettext-native

git at git.openembedded.org git at git.openembedded.org
Wed Sep 12 14:08:36 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: f12f75aa57cacc73a0428cedba970076f0abb9f8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f12f75aa57cacc73a0428cedba970076f0abb9f8

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Mon Jul 23 16:38:09 2012 +0800

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]

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 5fef9cb..25f6381 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
 
 S = "${WORKDIR}/quota-tools"
 
+DEPENDS = "gettext-native"
+
 inherit autotools
 
 EXTRA_OEMAKE += 'STRIP=""'





More information about the Openembedded-commits mailing list