Explorar o código

swupdate: add progress to package

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic %!s(int64=9) %!d(string=hai) anos
pai
achega
28284badb5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      recipes-support/swupdate/swupdate.inc

+ 2 - 1
recipes-support/swupdate/swupdate.inc

@@ -31,8 +31,9 @@ do_configure () {
 
 do_compile() {
   unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
-  oe_runmake swupdate_unstripped
+  oe_runmake swupdate_unstripped progress_unstripped
   cp swupdate_unstripped swupdate
+  cp progress_unstripped progress
 }
 
 do_install () {