Преглед изворни кода

Add fix dependency to libubootenv

Library is used even if U-Boot is not the bootloader to store internal
variables.

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
Stefano Babic пре 1 година
родитељ
комит
9ef89d0f73
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      recipes-support/swupdate/swupdate.inc

+ 1 - 1
recipes-support/swupdate/swupdate.inc

@@ -1,7 +1,7 @@
 SUMMARY="Image updater for Yocto projects"
 DESCRIPTION = "Application for automatic software update from USB Pen"
 SECTION="swupdate"
-DEPENDS += "libconfig zlib"
+DEPENDS += "libconfig zlib libubootenv"
 
 # SWUpdate licensing is described in the following pages:
 # https://sbabic.github.io/swupdate/licensing.html