From: Khem Raj Date: Thu, 24 Jan 2013 05:55:53 +0000 (-0800) Subject: quota: inherit gettext X-Git-Tag: yocto-4.0~34223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=606d1245cfa23bd51240af5112dc2e5257efbed1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git quota: inherit gettext Othereise it does not honor USE_NLS variable and does not have proper dependencies. Which leads to compile errors like missing liintl.h on uclibc Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- diff --git a/meta/recipes-extended/quota/quota_4.01.bb b/meta/recipes-extended/quota/quota_4.01.bb index e2b7ad73e5b..1cb6650f22e 100644 --- a/meta/recipes-extended/quota/quota_4.01.bb +++ b/meta/recipes-extended/quota/quota_4.01.bb @@ -17,7 +17,7 @@ S = "${WORKDIR}/quota-tools" DEPENDS = "gettext-native" -inherit autotools +inherit autotools gettext EXTRA_OEMAKE += 'STRIP=""'