소스 검색

swupdate_git: drop unrequired test for tools

Current git builds automatically all tools - this fixes the build
with current TOT.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 8 년 전
부모
커밋
1ad21e9a26
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      recipes-support/swupdate/swupdate.inc

+ 0 - 4
recipes-support/swupdate/swupdate.inc

@@ -80,10 +80,6 @@ do_compile() {
   oe_runmake swupdate_unstripped
   cp swupdate_unstripped swupdate
 
-  if [ "${@bb.utils.vercmp_string('${PV}', '2016.07')}" = "1"  ]; then
-    oe_runmake progress_unstripped
-    cp progress_unstripped progress
-  fi
 }
 
 do_install () {