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:29:31 +0000
commitbf41d31185f4306a0f7dba7ad3a3bad8c5e291d2 (patch)
tree2566a951797302aa3a5fffadd56e4654e05cb6f6 /meta/recipes-extended/quota
parentaf6d093fb30a9449434443b9dc1e452611c409ea (diff)
downloadpoky-bf41d31185f4306a0f7dba7ad3a3bad8c5e291d2.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 (From OE-Core rev: 606d1245cfa23bd51240af5112dc2e5257efbed1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"
17 17
18DEPENDS = "gettext-native" 18DEPENDS = "gettext-native"
19 19
20inherit autotools 20inherit autotools gettext
21 21
22EXTRA_OEMAKE += 'STRIP=""' 22EXTRA_OEMAKE += 'STRIP=""'
23 23