diff --git a/recipes-support/rdmagent/rdmagent.bb b/recipes-support/rdmagent/rdmagent.bb index 3098b170..5fe8232f 100644 --- a/recipes-support/rdmagent/rdmagent.bb +++ b/recipes-support/rdmagent/rdmagent.bb @@ -8,14 +8,14 @@ DEPENDS += "rbus" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=8700a1d105cac2a90d4f51290ac6e466" -PV = "2.1.3" +PV = "2.1.4" PR = "r1" PACKAGE_ARCH = "${MIDDLEWARE_ARCH}" # This tells bitbake where to find the files we're providing on the local filesystem FILESEXTRAPATHS:prepend := "${THISDIR}:" -SRCREV = "18f68fc271daa1259b22a0707ff73765ae96da0a" +SRCREV = "f14b0c26f14238a32c1701bc8957ab5edf01e864" SRC_URI = "${CMF_GITHUB_ROOT}/rdm-agent;${CMF_GITHUB_SRC_URI_SUFFIX};name=rdmagent" SRCREV_FORMAT = "rdmagent"