quota: inherit gettext
authorKhem Raj <raj.khem@gmail.com>
Thu, 24 Jan 2013 05:55:53 +0000 (21:55 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jan 2013 12:29:31 +0000 (12:29 +0000)
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>
meta/recipes-extended/quota/quota_4.01.bb

index e2b7ad7..1cb6650 100644 (file)
@@ -17,7 +17,7 @@ S = "${WORKDIR}/quota-tools"
 
 DEPENDS = "gettext-native"
 
-inherit autotools
+inherit autotools gettext
 
 EXTRA_OEMAKE += 'STRIP=""'