zeus migration: swupdate: update recipe to 2019.11

https://jira.digi.com/browse/DEL-7001

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2020-03-18 09:26:16 +01:00
parent 0b6499082a
commit 940d21a87c
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ do_configure_append() {
do_install_append() { do_install_append() {
# Copy the 'progress' binary. # Copy the 'progress' binary.
install -d ${D}${bindir}/ install -d ${D}${bindir}/
install -m 0755 tools/progress_unstripped ${D}${bindir}/progress install -m 0755 tools/swupdate-progress ${D}${bindir}/progress
} }