Преглед изворни кода

swupdate: add progress to package

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic пре 9 година
родитељ
комит
453f63cad9
1 измењених фајлова са 2 додато и 1 уклоњено
  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 () {