diff --git a/conf/machine/include/package_revisions.inc b/conf/machine/include/package_revisions.inc index 561ba70..23e480a 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 = "5.0.20" +PV:pn-rdkresidentapp = "5.0.24" PR:pn-rdkresidentapp = "r0" -SRCREV:pn-rdkresidentapp = "64e1a62279ab2f2d3299d1394e802de763c7e749" +SRCREV:pn-rdkresidentapp = "9f0002d3633bfa8ee5cd7391fb3129c91b8c9f3d" PACKAGE_ARCH:pn-rdkresidentapp = "${APP_LAYER_ARCH}" -PV:pn-residentui = "5.0.20" +PV:pn-residentui = "5.0.24" PR:pn-residentui = "r0" -SRCREV:pn-residentui = "64e1a62279ab2f2d3299d1394e802de763c7e749" +SRCREV:pn-residentui = "9f0002d3633bfa8ee5cd7391fb3129c91b8c9f3d" PACKAGE_ARCH:pn-residentui = "${APP_LAYER_ARCH}" PV:pn-dab-adapter = "0.8.0-dev" diff --git a/recipes-apps/residentui/residentui.bb b/recipes-apps/residentui/residentui.bb index 046973f..f308b6b 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] = "b0f3d00e1deb505a8f95e1ae9e4f88314a68665edccbb1a87ce0867a235e2a6b" +SRC_URI[sha256sum] = "b19c9092316cf908d16afa348a0346b3e349bbe8fa6b1ec688231bcc2d0a62b7" S = "${WORKDIR}/refui-${PV}"