summaryrefslogtreecommitdiffstats
path: root/recipes/e2tools/e2tools_0.0.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/e2tools/e2tools_0.0.16.bb')
-rw-r--r--recipes/e2tools/e2tools_0.0.16.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/e2tools/e2tools_0.0.16.bb b/recipes/e2tools/e2tools_0.0.16.bb
new file mode 100644
index 0000000000..7f98bdb6d3
--- /dev/null
+++ b/recipes/e2tools/e2tools_0.0.16.bb
@@ -0,0 +1,10 @@
+SECTION = "base"
+LICENSE = "GPL"
+DESCRIPTION = "A simple set of utilities for reading, writing, and \
+manipulating files in an ext2/ext3 filesystem."
+DEPENDS = "e2fsprogs-libs e2fsprogs"
+SRC_URI = "http://www.pobox.com/~sheff/sw/e2tools/e2tools-${PV}.tar.gz \
+ file://autofoo.patch;patch=1"
+S = "${WORKDIR}/e2tools-${PV}"
+
+inherit autotools