فهرست منبع

Fix build of TOT after reorganizing utilities

Utilities in SWUpdate were moved from examples/ to tools/ and they are
always built. No need of additional make.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 8 سال پیش
والد
کامیت
6e2f4db7a3
1فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 9 0
      recipes-support/swupdate/swupdate_git.bb

+ 9 - 0
recipes-support/swupdate/swupdate_git.bb

@@ -1,3 +1,12 @@
 require swupdate.inc
 
 DEFAULT_PREFERENCE = "-1"
+
+do_compile() {
+  unset LDFLAGS
+
+  oe_runmake
+  cp swupdate_unstripped swupdate
+  cp tools/progress_unstripped progress
+
+}