From bff843ee37c2269ceadbae9a683e7e88e41f943a Mon Sep 17 00:00:00 2001 From: Abhinavpv28 <162570454+Abhinavpv28@users.noreply.github.com> Date: Sun, 9 Aug 2026 11:09:28 +0530 Subject: [PATCH] Update dcmd.bb --- recipes-common/dcmd/dcmd.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-common/dcmd/dcmd.bb b/recipes-common/dcmd/dcmd.bb index dd890826..15b454d6 100644 --- a/recipes-common/dcmd/dcmd.bb +++ b/recipes-common/dcmd/dcmd.bb @@ -12,9 +12,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=31507c3c771f85b4cb615b359765f58d" # This tells bitbake where to find the files we're providing on the local filesystem FILESEXTRAPATHS:prepend := "${THISDIR}:" -SRCREV = "671514a3f293399f76cc431eb52cb067812c3c88" +SRCREV = "4dd555ae1382fd1fa39ea2a54aa8e6aec630f982" SRC_URI = "${CMF_GITHUB_ROOT}/dcm-agent;${CMF_GITHUB_SRC_URI_SUFFIX}" -PV = "2.2.1" +PV = "2.2.2" PR = "r0" PACKAGE_ARCH = "${MIDDLEWARE_ARCH}"