blob: 3217e1215e6c5270c9c0b868f0cb8eb9e3c48543 (
plain)
1
2
3
4
5
6
7
8
9
|
include slugtool.oe
inherit native
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/slugtool-${PV}', '${FILE_DIRNAME}/slugtool', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
PACKAGES = ""
do_stage () {
install -m 0755 slugtool ${STAGING_BINDIR}/
}
|