[oe-commits] Khem Raj : quota: inherit gettext

git at git.openembedded.org git at git.openembedded.org
Wed Jan 30 14:00:43 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 606d1245cfa23bd51240af5112dc2e5257efbed1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=606d1245cfa23bd51240af5112dc2e5257efbed1

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jan 23 21:55:53 2013 -0800

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

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 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=""'
 





More information about the Openembedded-commits mailing list