summaryrefslogtreecommitdiffstats
path: root/recipes-sota/rvi-sota-client/sota-launcher_git.bb
blob: e9874e790aaf073353941b28b87994489f02e5fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require rvi-sota-client.inc


DEPENDS += " rvi-sota-client "
FILES_${PN} = "${bindir}/sota-launcher"


do_compile_prepend() {
  cd sota-launcher
}

do_install() {
  install -d ${D}${bindir}
  install -m 0755 target/${TARGET_SYS}/release/sota-launcher ${D}${bindir}
}