diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-19 00:51:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-19 00:51:56 +0000 |
commit | 4ea2d27441be3cd4196c8bb77b22ff2044ed1e3e (patch) | |
tree | 9810487e0a779201afd5fb8a66e59e071c29f234 /genext2fs | |
parent | a1926ec6ecd1e49903d3afa9b070e988ebe4649b (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/10/18 19:47:46-05:00 handhelds.org!kergoth
Don't apply the genext2fs autosize patch for the moment.
BKrev: 4174652cr5dGdpusbmfrnJII7qZFXA
Diffstat (limited to 'genext2fs')
-rw-r--r-- | genext2fs/genext2fs_1.3.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/genext2fs/genext2fs_1.3.oe b/genext2fs/genext2fs_1.3.oe index fffeaf2e5e..3ef054ea11 100644 --- a/genext2fs/genext2fs_1.3.oe +++ b/genext2fs/genext2fs_1.3.oe @@ -1,11 +1,10 @@ DESCRIPTION = "A tool to generate an ext2 filesystem \ as a normal (non-root) user." SECTION = "console/utils" -PR = "r2" +PR = "r3" SRC_URI = "${DEBIAN_MIRROR}/main/g/genext2fs/genext2fs_${PV}.orig.tar.gz \ - file://misc.patch;patch=1 \ - file://autosize.patch;patch=1" + file://misc.patch;patch=1" S = "${WORKDIR}/genext2fs-${PV}.orig" do_compile () { |