diff --git a/recipes-common/utils/commonutilities_git.bb b/recipes-common/utils/commonutilities_git.bb index ec9ce719..d2547e06 100644 --- a/recipes-common/utils/commonutilities_git.bb +++ b/recipes-common/utils/commonutilities_git.bb @@ -3,7 +3,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=24691c8ce48996ecd1102d29eab1216e" # To have a possibility to override SRC_URI later, we are introducing the following workaround: -SRCREV = "48a8eeff0b236f5cbfe0cdcd8c8defc3d7a524c0" +SRCREV = "ae37771f8b21d67b7e9fc48c2ed9cb6bd34271b2" SRC_URI = "${CMF_GITHUB_ROOT}/common_utilities;module=.;${CMF_GITHUB_SRC_URI_SUFFIX}" PACKAGE_ARCH = "${MIDDLEWARE_ARCH}" @@ -24,7 +24,7 @@ LDFLAGS:append = " -lsafec -lsecure_wrapper" CFLAGS:append = " -DRDK_LOGGER" -PV = "1.5.1" +PV = "1.5.2" PR = "r0" S = "${WORKDIR}/git"