aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e2tools/e2tools_0.0.16.bb
blob: 7f98bdb6d37da8f04a957faef87ed1628e109bc0 (plain)
1
2
3
4
5
6
7
8
9
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