aboutsummaryrefslogtreecommitdiffstats
path: root/slugtool/slugtool-native.oe
blob: a1bb7857afc9cfb385c902cd6724aa3fa4d7cab8 (plain)
1
2
3
4
5
6
7
8
9
10
SECTION = "unknown"
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}/
}