From c8de67a31cb0ad98c23a6008ae318f4fa130788c Mon Sep 17 00:00:00 2001
From: Robert Drab <robert.drab@huawei.com>
Date: Fri, 26 Mar 2021 14:10:24 +0100
Subject: [PATCH] ohos-xts-acts: Update ACTS revision after re-base

Recent update to Gitee ACTS test suite was pulled in to ostc-next
branch of the https://git.ostc-eu.org/OSTC/OHOS/components/staging/xts_acts
repository. Patches were re-based on top of those changes and adapted.

Fixes for potential segfaults were included as well.

Closes: https://git.ostc-eu.org/OSTC/OHOS/components/staging/xts_acts/-/issues/16
Signed-off-by: Robert Drab <robert.drab@huawei.com>
---
 .../recipes-ohos-xts-acts/ohos-xts-acts/ohos-xts-acts_git.bb  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ohos-acts/recipes-ohos-xts-acts/ohos-xts-acts/ohos-xts-acts_git.bb b/meta-ohos-acts/recipes-ohos-xts-acts/ohos-xts-acts/ohos-xts-acts_git.bb
index 5efbfee6..083b5ae4 100644
--- a/meta-ohos-acts/recipes-ohos-xts-acts/ohos-xts-acts/ohos-xts-acts_git.bb
+++ b/meta-ohos-acts/recipes-ohos-xts-acts/ohos-xts-acts/ohos-xts-acts_git.bb
@@ -5,8 +5,8 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=98c2e72b17fae6c40fb14fd5e43b29ec"
 
-SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/staging/xts_acts.git;protocol=https;branch=ostc"
-SRCREV = "607363f6b871d1de5e7d7fb26dd473e8aedba904"
+SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/staging/xts_acts.git;protocol=https;branch=ostc-next"
+SRCREV = "9e3ae091a134bfa73de5793a0daf174f8430b1c9"
 S = "${WORKDIR}/git"
 PV = "0.0+git${SRCPV}"
 
-- 
GitLab