aboutsummaryrefslogtreecommitdiffstats
path: root/genext2fs/genext2fs_1.3.oe
blob: 3ef054ea117b1f0de25325b8756dbebf661462cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "A tool to generate an ext2 filesystem \
as a normal (non-root) user."
SECTION = "console/utils"
PR = "r3"

SRC_URI = "${DEBIAN_MIRROR}/main/g/genext2fs/genext2fs_${PV}.orig.tar.gz \
	   file://misc.patch;patch=1"
S = "${WORKDIR}/genext2fs-${PV}.orig"

do_compile () {
	oe_runmake
}	

do_install () {
	oe_runmake 'DESTDIR=${D}' install
}