|
@@ -13,9 +13,9 @@ do_compile() {
|
|
|
|
|
|
|
|
do_install_append () {
|
|
do_install_append () {
|
|
|
|
|
|
|
|
- install -m 0755 tools/client_unstripped ${D}${bindir}/client
|
|
|
|
|
- install -m 0755 tools/progress_unstripped ${D}${bindir}/progress
|
|
|
|
|
- install -m 0755 tools/hawkbitcfg_unstripped ${D}${bindir}/hawkbitcfg
|
|
|
|
|
- install -m 0755 tools/sendtohawkbit_unstripped ${D}${bindir}/sendtohawkbit
|
|
|
|
|
|
|
+ install -m 0755 tools/client_unstripped ${D}${bindir}/swupdate-client
|
|
|
|
|
+ install -m 0755 tools/progress_unstripped ${D}${bindir}/swupdate-progress
|
|
|
|
|
+ install -m 0755 tools/hawkbitcfg_unstripped ${D}${bindir}/swupdate-hawkbitcfg
|
|
|
|
|
+ install -m 0755 tools/sendtohawkbit_unstripped ${D}${bindir}/swupdate-sendtohawkbit
|
|
|
|
|
|
|
|
}
|
|
}
|