blob: 9d91a696d67aa9ca2f15adda00fc0d976478ed4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include genext2fs_${PV}.oe
inherit native
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/genext2fs-${PV}"
DEPENDS = ""
do_stage () {
install -m 0755 genext2fs ${STAGING_BINDIR}/
}
do_install () {
:
}
|