From 02b04326789e6c5faa85470004691306630e2330 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Thu, 28 Oct 2021 15:41:34 +0100
Subject: [PATCH] vending-machine-ui-application: Bump to include timeout
 support and server reset

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../vending-machine/vending-machine-ui-application_git.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oniro-blueprints/recipes-apps/vending-machine/vending-machine-ui-application_git.bb b/meta-oniro-blueprints/recipes-apps/vending-machine/vending-machine-ui-application_git.bb
index 3f1f8407..cc195115 100644
--- a/meta-oniro-blueprints/recipes-apps/vending-machine/vending-machine-ui-application_git.bb
+++ b/meta-oniro-blueprints/recipes-apps/vending-machine/vending-machine-ui-application_git.bb
@@ -9,7 +9,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ba963850f6731c74878fe839d227e675"
 
 SRC_URI = "git://booting.oniroproject.org/distro/components/${BPN};protocol=https;branch=main"
-SRCREV = "f9b9a709a299782f6f3accc7af8c743057294f95"
+SRCREV = "d0254d4666661d7c67e554dfda5d1f86dac0b7f7"
 SRC_URI += "file://${BPN}.service"
 S = "${WORKDIR}/git"
 
-- 
GitLab