swupdate_git.bb 171 B

123456789101112
  1. require swupdate.inc
  2. DEFAULT_PREFERENCE = "-1"
  3. do_compile() {
  4. unset LDFLAGS
  5. oe_runmake
  6. cp swupdate_unstripped swupdate
  7. cp tools/progress_unstripped progress
  8. }