cloudconnector: add libdigiapix dependency
Recent improvements in the cloudconnector core added a dependency with the libdigiapix library, so this commit adds a build dependency with the libdigiapix package. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
4a4f40ad02
commit
f15ce55b2d
|
|
@ -1,11 +1,11 @@
|
||||||
# Copyright (C) 2017, Digi International Inc.
|
# Copyright (C) 2017-2022, Digi International Inc.
|
||||||
|
|
||||||
SUMMARY = "Digi's device cloud connector"
|
SUMMARY = "Digi's device cloud connector"
|
||||||
SECTION = "libs"
|
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 openssl recovery-utils zlib"
|
DEPENDS = "confuse libdigiapix openssl recovery-utils zlib"
|
||||||
|
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "master"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue