mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
e2fsprogs requires libuuid to build and we have disabled its built in version in favour of the one in util-linux, therefore we need util-linux in the DEPENDS Drop old configure option --enable-dynamic-e2fsck Signed-off-by: Joshua Lock <josh@linux.intel.com>
12 lines
271 B
PHP
12 lines
271 B
PHP
DESCRIPTION = "EXT2 Filesystem Utilities"
|
|
HOMEPAGE = "http://e2fsprogs.sf.net"
|
|
LICENSE = "GPL"
|
|
SECTION = "base"
|
|
DEPENDS = "gettext util-linux"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
|
|
file://mkdir.patch;patch=1"
|
|
|
|
inherit autotools
|
|
|