mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 00:49:41 +01: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>
26 lines
1.3 KiB
PHP
26 lines
1.3 KiB
PHP
SUMMARY = "Ext2 Filesystem Utilities"
|
|
DESCRIPTION = "The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating, \
|
|
fixing, configuring , and debugging ext2 filesystems."
|
|
HOMEPAGE = "http://e2fsprogs.sourceforge.net/"
|
|
|
|
LICENSE = "GPLv2 & LGPLv2 & BSD & MIT"
|
|
LICENSE_e2fsprogs-e2fsck = "GPLv2"
|
|
LICENSE_e2fsprogs-mke2fs = "GPLv2"
|
|
LICENSE_e2fsprogs-fsck = "GPLv2"
|
|
LICENSE_e2fsprogs-tune2fs = "GPLv2"
|
|
LICENSE_e2fsprogs-badblocks = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b48f21d765b875bd10400975d12c1ca2 \
|
|
file://lib/ext2fs/ext2fs.h;beginline=1;endline=9;md5=596a8dedcb4e731c6b21c7a46fba6bef \
|
|
file://lib/e2p/e2p.h;beginline=1;endline=7;md5=8a74ade8f9d65095d70ef2d4bf48e36a \
|
|
file://lib/uuid/uuid.h.in;beginline=1;endline=32;md5=dbb8079e114a5f841934b99e59c8820a \
|
|
file://lib/uuid/COPYING;md5=58dcd8452651fc8b07d1f65ce07ca8af \
|
|
file://lib/et/et_name.c;beginline=1;endline=11;md5=ead236447dac7b980dbc5b4804d8c836 \
|
|
file://lib/ss/ss.h;beginline=1;endline=20;md5=6e89ad47da6e75fecd2b5e0e81e1d4a6"
|
|
SECTION = "base"
|
|
DEPENDS = "util-linux"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
|
|
file://mkdir.patch"
|
|
|
|
inherit autotools gettext texinfo pkgconfig multilib_header
|