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-1.4.17.inc | |
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-1.4.17.inc')
-rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.17.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.17.inc b/meta/recipes-devtools/m4/m4-1.4.17.inc new file mode 100644 index 0000000000..790678e288 --- /dev/null +++ b/meta/recipes-devtools/m4/m4-1.4.17.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | require m4.inc | ||
2 | |||
3 | LICENSE = "GPLv3" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
6 | file://examples/COPYING;md5=4031593b2166d6c47cae282d944a7ede" | ||
7 | |||
8 | SRC_URI += "file://ac_config_links.patch \ | ||
9 | file://remove-gets.patch \ | ||
10 | " | ||
11 | |||
12 | SRC_URI[md5sum] = "a5e9954b1dae036762f7b13673a2cf76" | ||
13 | SRC_URI[sha256sum] = "3ce725133ee552b8b4baca7837fb772940b25e81b2a9dc92537aeaf733538c9e" | ||