aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e2tools/e2tools_0.0.16.bb
blob: 379c07afc52e7b794407b21aab7eb2d15f5c466e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
S = "${WORKDIR}/e2tools-${PV}"

inherit autotools

SRC_URI[md5sum] = "1829b2b261e0e0d07566066769b5b28b"
SRC_URI[sha256sum] = "4e3c8e17786ccc03fc9fb4145724edf332bb50e1b3c91b6f33e0e3a54861949b"