mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
mtools: upgrade to 4.0.17
(From OE-Core rev: cec39345f6f5582dbc86a861882507eabe2b0979) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f0ff43baea
commit
c9ec9d441c
23
meta/recipes-devtools/mtools/mtools_4.0.17.bb
Normal file
23
meta/recipes-devtools/mtools/mtools_4.0.17.bb
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user