ソースを参照

swupdate: add progress to package

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 9 年 前
コミット
28284badb5
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 () {