浏览代码

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
   oe_runmake swupdate_unstripped
   cp swupdate_unstripped swupdate
   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 () {
 do_install () {