diff options
Diffstat (limited to 'slugtool/slugtool-native.oe')
-rw-r--r-- | slugtool/slugtool-native.oe | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/slugtool/slugtool-native.oe b/slugtool/slugtool-native.oe deleted file mode 100644 index a1bb7857af..0000000000 --- a/slugtool/slugtool-native.oe +++ /dev/null @@ -1,10 +0,0 @@ -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}/ -} |