cloudconnector: add swupdate dependency

Recent improvements in the cloudconnector core added a dependency with the
swupdate library, so this commit adds a build dependency with the
swupdate package.

https://onedigi.atlassian.net/browse/DEL-7903

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
(cherry picked from commit 654ef8686fd3916ae5ad257f72bd41ed2198d958)
This commit is contained in:
Arturo Buzarra 2022-05-30 16:14:52 +02:00
parent 1192a62d93
commit 9458c4a25b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SECTION = "libs"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
DEPENDS = "confuse libdigiapix openssl recovery-utils zlib"
DEPENDS = "confuse libdigiapix openssl recovery-utils swupdate zlib"
SRCBRANCH = "master"
SRCREV = "${AUTOREV}"