diff options
author | Michael Smith <msmith@cbnco.com> | 2009-05-25 20:34:53 +0000 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-30 13:33:24 -0400 |
commit | b78152acaf5ae9a45f7c749291bf276f60707832 (patch) | |
tree | 0fdb288e0de7f9baa3dea4e03cfe2ac29b9c79ee /recipes/slugimage/slugimage-native.bb | |
parent | e8097fafd9c9fb0a7f86573859bfb72a28bd38f2 (diff) |
Remove references to base_set_filespath() from recipes that don't need it.
These recipes are covered by the default FILESPATHPKG setting.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/slugimage/slugimage-native.bb')
-rw-r--r-- | recipes/slugimage/slugimage-native.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/slugimage/slugimage-native.bb b/recipes/slugimage/slugimage-native.bb index 8b60ff1b59..f8408a150a 100644 --- a/recipes/slugimage/slugimage-native.bb +++ b/recipes/slugimage/slugimage-native.bb @@ -6,8 +6,6 @@ RDEPENDS = "" inherit native -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/slugimage-${PV}', '${FILE_DIRNAME}/slugimage', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" - do_stage () { install -m 0755 slugimage ${STAGING_BINDIR}/ } |