[oe-commits] Jeremy Puhlman : neon: Add m4 dir to autoreconf.

git version control git at git.openembedded.org
Wed Nov 4 12:05:29 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: a9bbc07ae8cc1abe0925551845af1d10517e56a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a9bbc07ae8cc1abe0925551845af1d10517e56a3

Author: Jeremy Puhlman <jpuhlman at mvista.com>
Date:   Tue Apr 28 05:17:26 2009 -0700

neon: Add m4 dir to autoreconf.

Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>
Signed-off-by: Chris Larson <clarson at mvista.com>

---

 recipes/neon/neon_0.25.5.bb |    1 +
 recipes/neon/neon_0.26.0.bb |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/neon/neon_0.25.5.bb b/recipes/neon/neon_0.25.5.bb
index 9151a74..0f99c0b 100644
--- a/recipes/neon/neon_0.25.5.bb
+++ b/recipes/neon/neon_0.25.5.bb
@@ -13,6 +13,7 @@ SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
 inherit autotools binconfig lib_package pkgconfig
 
 EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
+EXTRA_AUTORECONF=" -I ${S}/macros "
 
 do_stage() {
 	autotools_stage_all
diff --git a/recipes/neon/neon_0.26.0.bb b/recipes/neon/neon_0.26.0.bb
index 3a23485..4df99f7 100644
--- a/recipes/neon/neon_0.26.0.bb
+++ b/recipes/neon/neon_0.26.0.bb
@@ -11,6 +11,7 @@ SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
 inherit autotools binconfig lib_package pkgconfig
 
 EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
+EXTRA_AUTORECONF=" -I ${S}/macros "
 
 do_stage () {
 	autotools_stage_all





More information about the Openembedded-commits mailing list