From b542b002f4723c6e895a28a5bdfbb497c429ece7 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Tue, 1 Jun 2021 13:23:43 +0100
Subject: [PATCH] allscenarios-linux.conf: Fix append whitespace

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 meta-ohos-core/conf/distro/allscenarios-linux.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ohos-core/conf/distro/allscenarios-linux.conf b/meta-ohos-core/conf/distro/allscenarios-linux.conf
index 187cbd64..f5da89d8 100644
--- a/meta-ohos-core/conf/distro/allscenarios-linux.conf
+++ b/meta-ohos-core/conf/distro/allscenarios-linux.conf
@@ -16,7 +16,7 @@ INIT_MANAGER = "systemd"
 
 # Remove some of the default Poky DISTRO_FEATURES we inherited, but do not use.
 DISTRO_FEATURES_remove = "nfc 3g pcmcia"
-DISTRO_FEATURES_append = "optee"
+DISTRO_FEATURES_append = " optee"
 
 PREFERRED_VERSION_linux-yocto = "5.10%"
 
-- 
GitLab