aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e2tools/e2tools_0.0.16.bb
blob: 85d0635fd6dba324b59b187d9d3b48950e59fbc0 (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"
SRC_URI = "http://www.pobox.com/~sheff/sw/e2tools/e2tools-${PV}.tar.gz \
	   file://autofoo.patch;patch=1"
S = "${WORKDIR}/e2tools-${PV}"

inherit autotools