[oe-commits] Koen Kooi : m4 1.4.14: work around automake 1.11 req

git version control git at git.openembedded.org
Wed Mar 31 09:01:49 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: bc13fe86a5b8f2c1aaa40bde39d7a2de1ccd48f3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bc13fe86a5b8f2c1aaa40bde39d7a2de1ccd48f3

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Mar 30 17:38:02 2010 +0200

m4 1.4.14: work around automake 1.11 req

---

 recipes/m4/m4.inc       |    2 +-
 recipes/m4/m4_1.4.14.bb |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/recipes/m4/m4.inc b/recipes/m4/m4.inc
index 94a5ad5..cd29c31 100644
--- a/recipes/m4/m4.inc
+++ b/recipes/m4/m4.inc
@@ -6,4 +6,4 @@ INC_PR = "r0"
 
 SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.bz2;name=archive"
 
-inherit autotools_stage
+inherit autotools
diff --git a/recipes/m4/m4_1.4.14.bb b/recipes/m4/m4_1.4.14.bb
index 441cb36..b8f1802 100644
--- a/recipes/m4/m4_1.4.14.bb
+++ b/recipes/m4/m4_1.4.14.bb
@@ -4,3 +4,9 @@ PR = "${INC_PR}.0"
 
 SRC_URI[archive.md5sum] = "e6fb7d08d50d87e796069cff12a52a93"
 SRC_URI[archive.sha256sum] = "0885ffa93256353a96b1cf0bcbc4d639ed09953b687e6cc412c4048e656f4dd2"
+
+do_configure() {
+	install -m 0644 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub .
+	install -m 0644 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess .
+	oe_runconf
+}





More information about the Openembedded-commits mailing list