diff --git a/meta-digi-dey/recipes-digi/cloudconnector/cloudconnector_git.bb b/meta-digi-dey/recipes-digi/cloudconnector/cloudconnector_git.bb index e0b25e3ca..e61cf97ee 100644 --- a/meta-digi-dey/recipes-digi/cloudconnector/cloudconnector_git.bb +++ b/meta-digi-dey/recipes-digi/cloudconnector/cloudconnector_git.bb @@ -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 swupdate zlib json-c" +DEPENDS = "libconfuse libdigiapix openssl recovery-utils swupdate zlib json-c" SRCBRANCH = "master" SRCREV = "${AUTOREV}" diff --git a/meta-digi-dey/recipes-digi/dey-examples/awsiotsdk-demo_git.bb b/meta-digi-dey/recipes-digi/dey-examples/awsiotsdk-demo_git.bb index e3518bb28..8dbde22b8 100644 --- a/meta-digi-dey/recipes-digi/dey-examples/awsiotsdk-demo_git.bb +++ b/meta-digi-dey/recipes-digi/dey-examples/awsiotsdk-demo_git.bb @@ -8,7 +8,7 @@ SECTION = "base" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca7947a896d" -DEPENDS = "awsiotsdk-c confuse" +DEPENDS = "awsiotsdk-c libconfuse" AWS_USER_LED ?= "" AWS_USER_LED:ccimx6ulstarter ?= "75" diff --git a/meta-digi-dey/recipes-support/confuse/confuse_3.0.bb b/meta-digi-dey/recipes-support/confuse/confuse_3.0.bb deleted file mode 100644 index c6fe89eda..000000000 --- a/meta-digi-dey/recipes-support/confuse/confuse_3.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright (C) 2017, Digi International Inc. - -SUMMARY = "Configuration file parser library" -SECTION = "libs" -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ef0220292b0cce0a53f5faff0d1f102a" - -SRC_URI = "https://github.com/martinh/libconfuse/releases/download/v${PV}/confuse-${PV}.tar.gz" -SRC_URI[md5sum] = "bf03099ef213647451c70e54ad4b6e81" -SRC_URI[sha256sum] = "f1f326d9443103036d19c32d3f3efec3a85c3b081d99534463668d29992c4648" - -inherit autotools gettext