aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e2fsprogs/e2fsprogs/e2fsprogs_1.34.bb
blob: 6558236ae4be3b7799f92bda86081a47b4233b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "EXT2 Filesystem Utilities"
SECTION = "base"
PRIORITY = "optional"
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"

SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
          file://${FILESDIR}/ln.patch;patch=1 \
          file://${FILESDIR}/configure.patch;patch=1 \
          file://${FILESDIR}/compile-subst.patch;patch=1 \
          file://${FILESDIR}/m4.patch;patch=1

inherit autotools

do_compile_prepend () {
	find ./ -print|xargs chmod u=rwX
}