| Submitter | Khem Raj |
|---|---|
| Date | Jan. 24, 2013, 9:07 p.m. |
| Message ID | <cdf92cb9e255068b826271cb9dbf0075fb7dea15.1359061155.git.raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/43323/ |
| State | Accepted |
| Commit | 606d1245cfa23bd51240af5112dc2e5257efbed1 |
| Headers | show |
Comments
Patch
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=""'
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> --- meta/recipes-extended/quota/quota_4.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)