Browse Source

swupdate: remove check for obsolete version

Revert "swupdate: fix building 2016.07 version", commit
cad5e257f38d5c78f28f38b0c5bfa4c7c56f0144, as 2016.07 is not among the available
versions anymore.

Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Diego Rondini 8 năm trước cách đây
mục cha
commit
222ab9ec64
1 tập tin đã thay đổi với 2 bổ sung5 xóa
  1. 2 5
      recipes-support/swupdate/swupdate.inc

+ 2 - 5
recipes-support/swupdate/swupdate.inc

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