Преглед на файлове

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