aboutsummaryrefslogtreecommitdiffstats
path: root/e2tools/e2tools-native_0.0.16.oe
blob: 3542762cbce38c8ead9b04085bea624c5fa85a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include e2tools_${PV}.oe
inherit native

DEPENDS = "e2fsprogs-libs-native e2fsprogs-native"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/e2tools-${PV}', '${FILE_DIRNAME}/e2tools', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
PACKAGES = ""

e2links = "e2ln e2ls e2mkdir e2mv e2rm e2tail"
do_stage () {
	install -m 0755 e2cp ${STAGING_BINDIR}/
	for i in ${e2links}; do
		ln -sf e2cp ${STAGING_BINDIR}/$i
	done
}