blob: 6eb11d578c232cba56d457672821b688883eeea3 (
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
}
|