aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsprogs/e2fsprogs_1.35.oe
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/e2fsprogs_1.35.oe')
-rw-r--r--e2fsprogs/e2fsprogs_1.35.oe20
1 files changed, 20 insertions, 0 deletions
diff --git a/e2fsprogs/e2fsprogs_1.35.oe b/e2fsprogs/e2fsprogs_1.35.oe
index e69de29bb2..a5ee35ecc4 100644
--- a/e2fsprogs/e2fsprogs_1.35.oe
+++ b/e2fsprogs/e2fsprogs_1.35.oe
@@ -0,0 +1,20 @@
+DESCRIPTION = "EXT2 Filesystem Utilities"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+RDEPENDS = "libc6"
+DEPENDS = "virtual/libc "
+
+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 \
+ file://${FILESDIR}/ldflags.patch;patch=1
+
+inherit autotools
+
+do_compile_prepend () {
+ find ./ -print|xargs chmod u=rwX
+ ( cd util; ${BUILD_CC} subst.c -o subst )
+}