summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/quota
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-01-23 21:55:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-28 12:25:35 +0000
commit606d1245cfa23bd51240af5112dc2e5257efbed1 (patch)
treefdeab958e244f79c01a726c4ff69d0d52986b2d1 /meta/recipes-extended/quota
parent4fdec58c979bb9715a8ab92344ad05110aa57cc6 (diff)
downloadopenembedded-core-contrib-606d1245cfa23bd51240af5112dc2e5257efbed1.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/quota')
-rw-r--r--meta/recipes-extended/quota/quota_4.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/quota/quota_4.01.bb b/meta/recipes-extended/quota/quota_4.01.bb
index e2b7ad73e5..1cb6650f22 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=""'