aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e2fsprogs/e2fsprogs-native_1.41.9.bb
blob: c4a26e2054bf1f3925f2de32ac65250f6bd0196a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SECTION = "base"
require e2fsprogs.inc
inherit native

EXTRA_OECONF = ""

PACKAGES = ""
DEPENDS = ""

do_configure() {
        oe_runconf
}

do_stage () {
	autotools_stage_all
	install -d ${STAGING_BINDIR_NATIVE}/
	for b in ${e2miscbins}; do
		install -m 0755 misc/$b ${STAGING_BINDIR_NATIVE}/ || die "failed to install $b"
	done
}