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