diff options
Diffstat (limited to 'recipes-sota/rvi-sota-client/sota-launcher_git.bb')
| -rw-r--r-- | recipes-sota/rvi-sota-client/sota-launcher_git.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-sota/rvi-sota-client/sota-launcher_git.bb b/recipes-sota/rvi-sota-client/sota-launcher_git.bb deleted file mode 100644 index e9874e7..0000000 --- a/recipes-sota/rvi-sota-client/sota-launcher_git.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | require rvi-sota-client.inc | ||
| 2 | |||
| 3 | |||
| 4 | DEPENDS += " rvi-sota-client " | ||
| 5 | FILES_${PN} = "${bindir}/sota-launcher" | ||
| 6 | |||
| 7 | |||
| 8 | do_compile_prepend() { | ||
| 9 | cd sota-launcher | ||
| 10 | } | ||
| 11 | |||
| 12 | do_install() { | ||
| 13 | install -d ${D}${bindir} | ||
| 14 | install -m 0755 target/${TARGET_SYS}/release/sota-launcher ${D}${bindir} | ||
| 15 | } | ||
