From 7534392603e6b478c60dbc034a37b11bad8caefb Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Sat, 9 Oct 2021 11:04:17 +0200 Subject: [PATCH] sysota: bump to latest version This fixes rauc-mark-good.service from failing before the first update. Relevant upstream commits are: - https://git.ostc-eu.org/OSTC/OHOS/components/sysota/-/commit/b64ba55bda038170f70f8f537fc4768375aa80ad - https://git.ostc-eu.org/OSTC/OHOS/components/sysota/-/commit/13db00a25906e024b655fc7cdd02287aa852bc24 - https://git.ostc-eu.org/OSTC/OHOS/components/sysota/-/commit/0eb9b2d24c744fd341b7ed77bed4b957548bd127 Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/136 Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- meta-ohos-core/recipes-ota/sysota/sysota_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ohos-core/recipes-ota/sysota/sysota_git.bb b/meta-ohos-core/recipes-ota/sysota/sysota_git.bb index 0b2d345b..9a81bf30 100644 --- a/meta-ohos-core/recipes-ota/sysota/sysota_git.bb +++ b/meta-ohos-core/recipes-ota/sysota/sysota_git.bb @@ -11,7 +11,7 @@ SRC_URI_append = " \ file://sysotad.conf \ " -SRCREV = "8d2f4fce96a4cf880c329103b2640450857d6423" +SRCREV = "0eb9b2d24c744fd341b7ed77bed4b957548bd127" S = "${WORKDIR}/git" # This package is built with go-mod as well as with make. -- GitLab