Bläddra i källkod

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 år sedan
förälder
incheckning
1ad21e9a26
1 ändrade filer med 0 tillägg och 4 borttagningar
  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 () {