blob: 7b78a2f595d5edf103f785f8c217e66a622075f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include genext2fs_${PV}.oe
inherit native
FILESDIR = ${TOPDIR}/genext2fs/genext2fs-${PV}
DEPENDS =
do_stage () {
install -m 0755 genext2fs ${STAGING_BINDIR}/
}
do_install () {
true
}
|