From patchwork Tue Nov 29 08:38:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/5] m4: Add m4-nativesdk recipes Date: Tue, 29 Nov 2011 08:38:59 -0000 From: wenzong.fan@windriver.com X-Patchwork-Id: 15573 Message-Id: To: From: Wenzong Fan [YOCTO #1603] m4-nativesdk is required by autoconf-nativesdk. Signed-off-by: Wenzong Fan --- meta/recipes-devtools/m4/m4-nativesdk_1.4.16.bb | 12 ++++++++++++ meta/recipes-devtools/m4/m4-nativesdk_1.4.9.bb | 12 ++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/m4/m4-nativesdk_1.4.16.bb create mode 100644 meta/recipes-devtools/m4/m4-nativesdk_1.4.9.bb diff --git a/meta/recipes-devtools/m4/m4-nativesdk_1.4.16.bb b/meta/recipes-devtools/m4/m4-nativesdk_1.4.16.bb new file mode 100644 index 0000000..f1be0c8 --- /dev/null +++ b/meta/recipes-devtools/m4/m4-nativesdk_1.4.16.bb @@ -0,0 +1,12 @@ +require m4_${PV}.bb +inherit nativesdk + +INHIBIT_AUTOTOOLS_DEPS = "1" +DEPENDS += "gnu-config-nativesdk" + +do_configure() { + install -m 0644 ${STAGING_DATADIR}/gnu-config/config.sub . + install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess . + oe_runconf +} + diff --git a/meta/recipes-devtools/m4/m4-nativesdk_1.4.9.bb b/meta/recipes-devtools/m4/m4-nativesdk_1.4.9.bb new file mode 100644 index 0000000..f1be0c8 --- /dev/null +++ b/meta/recipes-devtools/m4/m4-nativesdk_1.4.9.bb @@ -0,0 +1,12 @@ +require m4_${PV}.bb +inherit nativesdk + +INHIBIT_AUTOTOOLS_DEPS = "1" +DEPENDS += "gnu-config-nativesdk" + +do_configure() { + install -m 0644 ${STAGING_DATADIR}/gnu-config/config.sub . + install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess . + oe_runconf +} +