Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / slugtool / slugtool-native.oe
1 SECTION = "unknown"
2 include slugtool.oe
3 inherit native
4
5 FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/slugtool-${PV}', '${FILE_DIRNAME}/slugtool', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
6 PACKAGES = ""
7
8 do_stage () {
9         install -m 0755 slugtool ${STAGING_BINDIR}/
10 }