diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-01-28 14:27:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-28 14:49:05 +0000 |
commit | 469bf3c58ebf153ad1829af7cf29e41e479af1d1 (patch) | |
tree | e9c9408aa7227563a3416683ed0c1d6ae3d3c081 /meta | |
parent | f3dfb7c200389e08a362737fa27546e704907f0a (diff) | |
download | poky-469bf3c58ebf153ad1829af7cf29e41e479af1d1.tar.gz |
mtools : upgrade to 4.0.18
(From OE-Core rev: e11fdc145255c8b97c6c7ac6c5f7ce8aa50bdf0d)
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.18.bb (renamed from meta/recipes-devtools/mtools/mtools_4.0.17.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.17.bb b/meta/recipes-devtools/mtools/mtools_4.0.18.bb index 5ce6c0909a..0f99685109 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.17.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.18.bb | |||
@@ -5,7 +5,7 @@ SECTION = "optional" | |||
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r0" |
9 | 9 | ||
10 | RDEPENDS_${PN} = "glibc-gconv-ibm850" | 10 | RDEPENDS_${PN} = "glibc-gconv-ibm850" |
11 | RRECOMMENDS_${PN} = "\ | 11 | RRECOMMENDS_${PN} = "\ |
@@ -24,13 +24,13 @@ RRECOMMENDS_${PN} = "\ | |||
24 | glibc-gconv-ibm866 \ | 24 | glibc-gconv-ibm866 \ |
25 | glibc-gconv-ibm869 \ | 25 | glibc-gconv-ibm869 \ |
26 | " | 26 | " |
27 | SRC_URI[md5sum] = "a23646617546bf6ad56f061d8b283c85" | ||
28 | SRC_URI[sha256sum] = "59e9cf80885399c4f229e5d87e49c0c2bfeec044e1386d59fcd0b0aead6b2f85" | ||
27 | 29 | ||
28 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | 30 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ |
29 | file://mtools-makeinfo.patch \ | 31 | file://mtools-makeinfo.patch \ |
30 | file://no-x11.gplv3.patch" | 32 | file://no-x11.gplv3.patch" |
31 | 33 | ||
32 | SRC_URI[md5sum] = "15571c615d8f75f5f6d294272f80c7fa" | ||
33 | SRC_URI[sha256sum] = "0ecc358e30a72d215b1d4c625b27e67121cd6f6075370dfb791ef2a8b980ecb6" | ||
34 | 34 | ||
35 | inherit autotools | 35 | inherit autotools |
36 | 36 | ||