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:
parent
1192a62d93
commit
9458c4a25b
|
|
@ -5,7 +5,7 @@ SECTION = "libs"
|
||||||
LICENSE = "MPL-2.0"
|
LICENSE = "MPL-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
|
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"
|
SRCBRANCH = "master"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue