소스 검색

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 () {