From: Jackie Huang Date: Mon, 23 Jul 2012 08:38:09 +0000 (+0800) Subject: quota 4.00: add DEPENDS gettext-native X-Git-Tag: rev_ivi_2015_02_04~15531 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=408788a62e2ddb7110ca342b88ea735ed0947ec9;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Richard Purdie --- 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=""'