diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-01-23 21:55:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-28 12:29:31 +0000 |
commit | bf41d31185f4306a0f7dba7ad3a3bad8c5e291d2 (patch) | |
tree | 2566a951797302aa3a5fffadd56e4654e05cb6f6 /meta | |
parent | af6d093fb30a9449434443b9dc1e452611c409ea (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/quota/quota_4.01.bb | 2 |
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 | ||
18 | DEPENDS = "gettext-native" | 18 | DEPENDS = "gettext-native" |
19 | 19 | ||
20 | inherit autotools | 20 | inherit autotools gettext |
21 | 21 | ||
22 | EXTRA_OEMAKE += 'STRIP=""' | 22 | EXTRA_OEMAKE += 'STRIP=""' |
23 | 23 | ||