diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2011-11-30 16:45:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:09:27 +0000 |
commit | 3e0a0db3559ee9b15a99a95dd3b0c343dca4b2ec (patch) | |
tree | 374d62187700892f489a5beb7d79de2c41dc1a5d /meta/recipes-devtools/m4 | |
parent | 5e134b60773fa948c586dae777a6e75dce29d27d (diff) | |
download | openembedded-core-3e0a0db3559ee9b15a99a95dd3b0c343dca4b2ec.tar.gz openembedded-core-3e0a0db3559ee9b15a99a95dd3b0c343dca4b2ec.tar.bz2 openembedded-core-3e0a0db3559ee9b15a99a95dd3b0c343dca4b2ec.zip |
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.
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')
-rw-r--r-- | meta/recipes-devtools/m4/m4_1.4.16.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/m4/m4_1.4.9.bb | 4 |
2 files changed, 6 insertions, 2 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" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ file://examples/COPYING;md5=fbc986d45b3dae6725c29870dd6b669d" -PR = "r0" +PR = "r1" SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ file://ac_config_links.patch" @@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "e9176a35bb13a1b08482359aa554ee8072794f58f00e4827bf0e06b570 inherit autotools EXTRA_OEMAKE += "'infodir=${infodir}'" + +BBCLASSEXTEND = "nativesdk" diff --git a/meta/recipes-devtools/m4/m4_1.4.9.bb b/meta/recipes-devtools/m4/m4_1.4.9.bb index 94c8bdec1c..e79239b95a 100644 --- a/meta/recipes-devtools/m4/m4_1.4.9.bb +++ b/meta/recipes-devtools/m4/m4_1.4.9.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe\ file://examples/COPYING;md5=1d49bd61dc590f014cae7173b43e3e5c" -PR = "r0" +PR = "r1" SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ file://fix_for_circular_dependency.patch " @@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "815ce53853fbf6493617f467389b799208b1ec98296b95be44a683f8bc inherit autotools EXTRA_OEMAKE += "'infodir=${infodir}'" + +BBCLASSEXTEND = "nativesdk" |