From db555126d42b6376ec7beabb76e62d1a4e6051f0 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Thu, 4 Mar 2021 23:53:15 +0000
Subject: [PATCH] openharmony-linux-demo-dashboard.conf: Switch to glibc as a
 workaround

This is not ideal but will unblock using the browser while we
investigate the matter.

See: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14281

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../conf/distro/openharmony-linux-demo-dashboard.conf         | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-ohos-demo/conf/distro/openharmony-linux-demo-dashboard.conf b/meta-ohos-demo/conf/distro/openharmony-linux-demo-dashboard.conf
index 5bd0e2eb..42fc5e76 100644
--- a/meta-ohos-demo/conf/distro/openharmony-linux-demo-dashboard.conf
+++ b/meta-ohos-demo/conf/distro/openharmony-linux-demo-dashboard.conf
@@ -13,3 +13,7 @@ hostname_base-files_stm32mp1-av96 = "demo-dashboard-gateway"
 # Avoid build warning(s) for ununsed extra partitions.
 ST_VENDORFS = "0"
 ST_USERFS = "0"
+
+# Epiphany fails with musl
+# https://bugzilla.yoctoproject.org/show_bug.cgi?id=14281
+TCLIBC = "glibc"
-- 
GitLab