]> code.ossystems Code Review - openembedded-core.git/commitdiff
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:25:35 +0000 (12:25 +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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/quota/quota_4.01.bb

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