From bc13fe86a5b8f2c1aaa40bde39d7a2de1ccd48f3 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 30 Mar 2010 17:38:02 +0200 Subject: [PATCH] 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 deletion(-) diff --git a/recipes/m4/m4.inc b/recipes/m4/m4.inc index 94a5ad5dc3..cd29c31c47 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 441cb365fe..b8f180287f 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 +} -- 2.39.5