summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4/m4_1.4.16.bb
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2011-11-30 16:45:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:15:07 +0000
commita042f7aa7f81a615a807788d240b9fdd549134c1 (patch)
treeda76093a33c2f96cdb2561473b0ecb37f50e3b04 /meta/recipes-devtools/m4/m4_1.4.16.bb
parentd977988d520f2f404352803290a5849fd09adfce (diff)
downloadpoky-a042f7aa7f81a615a807788d240b9fdd549134c1.tar.gz
m4: Extend to provide nativesdk recipe
We need to provide autoconf-natviesdk in meta-toolchain, the m4-nativesdk is required by it. Both extend the m4 recipes for GPLv2 and GPLv3. (From OE-Core rev: 3e0a0db3559ee9b15a99a95dd3b0c343dca4b2ec) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/m4/m4_1.4.16.bb')
-rw-r--r--meta/recipes-devtools/m4/m4_1.4.16.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/m4/m4_1.4.16.bb b/meta/recipes-devtools/m4/m4_1.4.16.bb
index b50c022959..58b049179a 100644
--- a/meta/recipes-devtools/m4/m4_1.4.16.bb
+++ b/meta/recipes-devtools/m4/m4_1.4.16.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
7 file://examples/COPYING;md5=fbc986d45b3dae6725c29870dd6b669d" 7 file://examples/COPYING;md5=fbc986d45b3dae6725c29870dd6b669d"
8 8
9PR = "r0" 9PR = "r1"
10SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ 10SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
11 file://ac_config_links.patch" 11 file://ac_config_links.patch"
12 12
@@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "e9176a35bb13a1b08482359aa554ee8072794f58f00e4827bf0e06b570
16inherit autotools 16inherit autotools
17 17
18EXTRA_OEMAKE += "'infodir=${infodir}'" 18EXTRA_OEMAKE += "'infodir=${infodir}'"
19
20BBCLASSEXTEND = "nativesdk"