mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
The class itself currently does nothing. The idea is to mark all recipes that make use of the texinfo utilities. In the future, this class could be used to suppress the generation/formatting of documentation for performance, explicitly track dependencies on these utilities, and eliminate Yocto's current dependency on the host system's texinfo utilities. (From OE-Core rev: e6fb2f9afe2ba6b676c46d1eb297ca9cc532d405) Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
41 lines
1.1 KiB
BlitzBasic
41 lines
1.1 KiB
BlitzBasic
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"
|
|
|
|
|
|
RDEPENDS_${PN} = "glibc-gconv-ibm850"
|
|
RRECOMMENDS_${PN} = "\
|
|
glibc-gconv-ibm437 \
|
|
glibc-gconv-ibm737 \
|
|
glibc-gconv-ibm775 \
|
|
glibc-gconv-ibm851 \
|
|
glibc-gconv-ibm852 \
|
|
glibc-gconv-ibm855 \
|
|
glibc-gconv-ibm857 \
|
|
glibc-gconv-ibm860 \
|
|
glibc-gconv-ibm861 \
|
|
glibc-gconv-ibm862 \
|
|
glibc-gconv-ibm863 \
|
|
glibc-gconv-ibm865 \
|
|
glibc-gconv-ibm866 \
|
|
glibc-gconv-ibm869 \
|
|
"
|
|
SRC_URI[md5sum] = "a23646617546bf6ad56f061d8b283c85"
|
|
SRC_URI[sha256sum] = "59e9cf80885399c4f229e5d87e49c0c2bfeec044e1386d59fcd0b0aead6b2f85"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
|
|
file://mtools-makeinfo.patch \
|
|
file://no-x11.gplv3.patch"
|
|
|
|
|
|
inherit autotools texinfo
|
|
|
|
EXTRA_OECONF = "--without-x"
|
|
|
|
PARALLEL_MAKEINST = ""
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|