cloudconnector: add 'recovery-utils' compile time dependence
librecovery is needed to build the cloudconnector library. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
02a0b4ab0b
commit
e3ae7c8ea7
|
|
@ -5,7 +5,7 @@ SECTION = "libs"
|
|||
LICENSE = "MPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
|
||||
|
||||
DEPENDS = "confuse openssl zlib"
|
||||
DEPENDS = "confuse openssl recovery-utils zlib"
|
||||
|
||||
SRCBRANCH = "master"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue