diff options
Diffstat (limited to 'recipes/e2tools/e2tools_0.0.16.bb')
-rw-r--r-- | recipes/e2tools/e2tools_0.0.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/e2tools/e2tools_0.0.16.bb b/recipes/e2tools/e2tools_0.0.16.bb index 856a33d2e0..379c07afc5 100644 --- a/recipes/e2tools/e2tools_0.0.16.bb +++ b/recipes/e2tools/e2tools_0.0.16.bb @@ -4,7 +4,7 @@ DESCRIPTION = "A simple set of utilities for reading, writing, and \ manipulating files in an ext2/ext3 filesystem." DEPENDS = "e2fsprogs" SRC_URI = "http://www.pobox.com/~sheff/sw/e2tools/e2tools-${PV}.tar.gz \ - file://autofoo.patch;patch=1" + file://autofoo.patch" S = "${WORKDIR}/e2tools-${PV}" inherit autotools |