From b1dd453f25b06f4076d22ac4e3809e9fc95c1347 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 10 Nov 2021 15:32:12 +0000 Subject: [PATCH] vending-machine-ui-application: Bump to latest version This version comes with a set of fixes and visual improvements: 1. custom font and UI text size 2. new waiting screen for the control application to deal with the delivery simulation 3. new screen for confirmation of successful purchase 4. various minor tweaks - fields position 5. fix control reset on finishing a purchase 6. new asset for the "waiting" and "done" screens 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 cc195115..5adb97e0 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 = "d0254d4666661d7c67e554dfda5d1f86dac0b7f7" +SRCREV = "3c87c70f679686d69dc5d08ec842daa61ba1f6a7" SRC_URI += "file://${BPN}.service" S = "${WORKDIR}/git" -- GitLab