diff mbox series

[meta,1/3] Add fix dependency to libubootenv

Message ID 20231218143822.1139347-1-stefano.babic@swupdate.org
State Accepted
Headers show
Series [meta,1/3] Add fix dependency to libubootenv | expand

Commit Message

Stefano Babic Dec. 18, 2023, 2:38 p.m. UTC
Library is used even if U-Boot is not the bootloader to store internal
variables.

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 recipes-support/swupdate/swupdate.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
index ac047bd..f51902e 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/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