e2fsprogs: Remove misplaced/stale file

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@735 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-09-21 13:46:10 +00:00
parent 83217c7d61
commit d9c7d6700a
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
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
inherit autotools
do_compile_prepend () {
find ./ -print|xargs chmod u=rwX
}