From c3cc532d3b3a3bc5fb0f8306bfb948b144db0d43 Mon Sep 17 00:00:00 2001 From: anjana Date: Fri, 26 Jun 2026 13:59:34 +0000 Subject: [PATCH] Updating refui sha256sum, SRC_REV and PV for 4.7.21 Signed-off-by: anjana --- conf/machine/include/package_revisions.inc | 8 ++++---- recipes-apps/residentui/residentui.bb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/machine/include/package_revisions.inc b/conf/machine/include/package_revisions.inc index 1861cd7..7fe4b30 100644 --- a/conf/machine/include/package_revisions.inc +++ b/conf/machine/include/package_revisions.inc @@ -1,12 +1,12 @@ # Both rdkresidentapp and residentui uses same repo. -PV:pn-rdkresidentapp = "4.7.20" +PV:pn-rdkresidentapp = "4.7.21" PR:pn-rdkresidentapp = "r0" -SRCREV:pn-rdkresidentapp = "0d52a21407f80354958d2b58b35aea87fc2b1676" +SRCREV:pn-rdkresidentapp = "85efb5679d1f2c071240c8aadfdb0005727e5bac" PACKAGE_ARCH:pn-rdkresidentapp = "${APP_LAYER_ARCH}" -PV:pn-residentui = "4.7.20" +PV:pn-residentui = "4.7.21" PR:pn-residentui = "r0" -SRCREV:pn-residentui = "0d52a21407f80354958d2b58b35aea87fc2b1676" +SRCREV:pn-residentui = "85efb5679d1f2c071240c8aadfdb0005727e5bac" PACKAGE_ARCH:pn-residentui = "${APP_LAYER_ARCH}" PV:pn-dab-adapter = "0.7.0" diff --git a/recipes-apps/residentui/residentui.bb b/recipes-apps/residentui/residentui.bb index b271657..950e192 100644 --- a/recipes-apps/residentui/residentui.bb +++ b/recipes-apps/residentui/residentui.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=387be95ea3370b9ae768c395d4eeaeea" # https://github.com/rdkcentral/rdke-refui/pull/7 SRC_URI = "https://github.com/rdkcentral/rdke-refui/releases/download/${PV}/refui-${PV}.tar.gz;subdir=refui-${PV}" -SRC_URI[sha256sum] = "f71eea930c09ba18e1d0e1f46bb659f77e3f7256f3bf07da1c7b522e9e931a68" +SRC_URI[sha256sum] = "8184d8fe6ff4874f9ae6053187a502e2ded0cea3f1e66aa7179e03f762493320" S = "${WORKDIR}/refui-${PV}"