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>
This commit is contained in:
Khem Raj 2013-01-23 21:55:53 -08:00 committed by Richard Purdie
parent af6d093fb3
commit bf41d31185
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ S = "${WORKDIR}/quota-tools"
DEPENDS = "gettext-native"
inherit autotools
inherit autotools gettext
EXTRA_OEMAKE += 'STRIP=""'