From 857687f60b504754684c4b321491c2cfed463316 Mon Sep 17 00:00:00 2001 From: nhanasi Date: Fri, 6 Feb 2026 14:58:36 -0500 Subject: [PATCH] Update rfc_git.bb --- recipes-common/rfc/rfc_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-common/rfc/rfc_git.bb b/recipes-common/rfc/rfc_git.bb index 6f34e4de..7cfec90f 100644 --- a/recipes-common/rfc/rfc_git.bb +++ b/recipes-common/rfc/rfc_git.bb @@ -7,9 +7,9 @@ PACKAGECONFIG ??= "rfctool" PACKAGECONFIG[rfctool] = "--enable-rfctool=yes" PV = "1.2.1" -PR = "r0" +PR = "r1" -SRCREV = "5c94e13903e76ded4b0780ca5b3c0e358362b489" +SRCREV = "904a9167f2cbe87dc34d342e32f5ca16b177432c" SRC_URI = "${CMF_GITHUB_ROOT}/rfc;${CMF_GITHUB_SRC_URI_SUFFIX};name=rfc" PACKAGE_ARCH = "${MIDDLEWARE_ARCH}" S = "${WORKDIR}/git"