[oe-commits] Chris Larson : gettext: include ${S}/m4 in acpaths

git version control git at git.openembedded.org
Fri Oct 22 03:31:01 UTC 2010


Module: openembedded.git
Branch: kergoth/autotools
Commit: eb5ec9bfb3e040b6dcbf070ecb7074c81f7e49e0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eb5ec9bfb3e040b6dcbf070ecb7074c81f7e49e0

Author: Chris Larson <chris_larson at mentor.com>
Date:   Wed Oct 20 15:03:08 2010 -0700

gettext: include ${S}/m4 in acpaths

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/gettext/gettext_0.14.1.bb |    3 ++-
 recipes/gettext/gettext_0.17.bb   |    3 ++-
 recipes/gettext/gettext_0.18.bb   |    3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/gettext/gettext_0.14.1.bb b/recipes/gettext/gettext_0.14.1.bb
index 535fceb..41fea5e 100644
--- a/recipes/gettext/gettext_0.14.1.bb
+++ b/recipes/gettext/gettext_0.14.1.bb
@@ -24,7 +24,8 @@ PARALLEL_MAKE = ""
 inherit autotools
 
 EXTRA_OECONF += "--without-lisp --disable-csharp"
-acpaths = '-I ${S}/autoconf-lib-link/m4/ \
+acpaths = '-I ${S}/m4 \
+	   -I ${S}/autoconf-lib-link/m4/ \
 	   -I ${S}/gettext-runtime/m4 \
 	   -I ${S}/gettext-tools/m4'
 
diff --git a/recipes/gettext/gettext_0.17.bb b/recipes/gettext/gettext_0.17.bb
index ff2ae74..682be7f 100644
--- a/recipes/gettext/gettext_0.17.bb
+++ b/recipes/gettext/gettext_0.17.bb
@@ -36,7 +36,8 @@ EXTRA_OECONF += "--without-lispdir \
 		 --without-emacs \
 	        "
 
-acpaths = '-I ${S}/autoconf-lib-link/m4/ \
+acpaths = '-I ${S}/m4 \
+	   -I ${S}/autoconf-lib-link/m4/ \
 	   -I ${S}/gettext-runtime/m4 \
 	   -I ${S}/gettext-tools/m4'
 
diff --git a/recipes/gettext/gettext_0.18.bb b/recipes/gettext/gettext_0.18.bb
index 5ad6459..25457ec 100644
--- a/recipes/gettext/gettext_0.18.bb
+++ b/recipes/gettext/gettext_0.18.bb
@@ -33,7 +33,8 @@ EXTRA_OECONF += "--without-lispdir \
 		 --without-emacs \
 		 --with-included-libcroco \
 	        "
-acpaths = '-I ${S}/gnulib-local/m4/ \
+acpaths = '-I ${S}/m4 \
+	   -I ${S}/gnulib-local/m4/ \
 	   -I ${S}/gettext-runtime/m4 \
 	   -I ${S}/gettext-tools/m4'
 





More information about the Openembedded-commits mailing list