From c9ec9d441cbce30e1f9ed07a66c125827cec659d Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Mon, 24 Oct 2011 18:59:32 -0700 Subject: mtools: upgrade to 4.0.17 (From OE-Core rev: cec39345f6f5582dbc86a861882507eabe2b0979) Signed-off-by: Scott Garman Signed-off-by: Richard Purdie --- meta/recipes-devtools/mtools/mtools_4.0.16.bb | 23 ----------------------- meta/recipes-devtools/mtools/mtools_4.0.17.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-devtools/mtools/mtools_4.0.16.bb create mode 100644 meta/recipes-devtools/mtools/mtools_4.0.17.bb (limited to 'meta/recipes-devtools/mtools') diff --git a/meta/recipes-devtools/mtools/mtools_4.0.16.bb b/meta/recipes-devtools/mtools/mtools_4.0.16.bb deleted file mode 100644 index df67854685..0000000000 --- a/meta/recipes-devtools/mtools/mtools_4.0.16.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Utilities to access MS-DOS disks without mounting them" -DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them." -HOMEPAGE = "http://www.gnu.org/software/mtools/" -SECTION = "optional" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -PR = "r0" - -SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ - file://mtools-makeinfo.patch \ - file://no-x11.gplv3.patch" - -SRC_URI[md5sum] = "e9b07f35272210f407012abaf5d1b9b5" -SRC_URI[sha256sum] = "7c9e337786d142399d37202ff2002f95bfb3f4e96620223a18d7206708ad2ed5" - -inherit autotools - -EXTRA_OECONF = "--without-x" - -PARALLEL_MAKEINST = "" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/mtools/mtools_4.0.17.bb b/meta/recipes-devtools/mtools/mtools_4.0.17.bb new file mode 100644 index 0000000000..e4666ff3d7 --- /dev/null +++ b/meta/recipes-devtools/mtools/mtools_4.0.17.bb @@ -0,0 +1,23 @@ +SUMMARY = "Utilities to access MS-DOS disks without mounting them" +DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them." +HOMEPAGE = "http://www.gnu.org/software/mtools/" +SECTION = "optional" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +PR = "r0" + +SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ + file://mtools-makeinfo.patch \ + file://no-x11.gplv3.patch" + +SRC_URI[md5sum] = "15571c615d8f75f5f6d294272f80c7fa" +SRC_URI[sha256sum] = "0ecc358e30a72d215b1d4c625b27e67121cd6f6075370dfb791ef2a8b980ecb6" + +inherit autotools + +EXTRA_OECONF = "--without-x" + +PARALLEL_MAKEINST = "" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf