diff options
| author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-10-16 14:59:35 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-26 15:59:10 +0100 |
| commit | 810126d0021053d679999bcae41ffac0b782be4d (patch) | |
| tree | b9e8fbb8a6f6c1432e3830f02199949064e184c5 /meta/recipes-devtools/m4/m4-native_1.4.17.bb | |
| parent | d286942f7a8377421cf8a89e54c00f8ad026a189 (diff) | |
| download | poky-810126d0021053d679999bcae41ffac0b782be4d.tar.gz | |
m4: upgrade to 1.4.17
Refreshed remove-gets.patch to apply correctly and changed license
checksum since some years were added to the license file.
(From OE-Core rev: b7505d7c279888bd1675c1a8387edcf87cae8aac)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/m4/m4-native_1.4.17.bb')
| -rw-r--r-- | meta/recipes-devtools/m4/m4-native_1.4.17.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4-native_1.4.17.bb b/meta/recipes-devtools/m4/m4-native_1.4.17.bb new file mode 100644 index 0000000000..06d8aa244e --- /dev/null +++ b/meta/recipes-devtools/m4/m4-native_1.4.17.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | require m4-${PV}.inc | ||
| 2 | |||
| 3 | inherit native | ||
| 4 | |||
| 5 | INHIBIT_AUTOTOOLS_DEPS = "1" | ||
| 6 | DEPENDS += "gnu-config-native" | ||
| 7 | |||
| 8 | do_configure() { | ||
| 9 | install -m 0644 ${STAGING_DATADIR}/gnu-config/config.sub . | ||
| 10 | install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess . | ||
| 11 | oe_runconf | ||
| 12 | } | ||
| 13 | |||
