[OE-core] [PATCH 05/11] quota: inherit gettext

Khem Raj raj.khem at gmail.com
Thu Jan 24 21:07:26 UTC 2013


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 at gmail.com>
---
 meta/recipes-extended/quota/quota_4.01.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/quota/quota_4.01.bb b/meta/recipes-extended/quota/quota_4.01.bb
index e2b7ad7..1cb6650 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"
 
 DEPENDS = "gettext-native"
 
-inherit autotools
+inherit autotools gettext
 
 EXTRA_OEMAKE += 'STRIP=""'
 
-- 
1.7.9.5





More information about the Openembedded-core mailing list