Merges.
[vuplus_openembedded] / e2fsprogs / e2fsprogs_1.34.oe
1 DESCRIPTION = "EXT2 Filesystem Utilities"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Greg Gilbert <greg@treke.net>"
5 DEPENDS = "virtual/libc"
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
8            file://ln.patch;patch=1 \
9            file://configure.patch;patch=1 \
10            file://compile-subst.patch;patch=1 \
11            file://m4.patch;patch=1 \
12            file://ldflags.patch;patch=1"
13
14 inherit autotools
15
16 do_compile_prepend () {
17         find ./ -print|xargs chmod u=rwX
18         ( cd util; ${BUILD_CC} subst.c -o subst )
19 }