From 4635a0fc4dc567fc7604a6408828a49e5060ba96 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Wed, 17 Mar 2021 15:26:45 +0000
Subject: [PATCH] openharmony-linux-demo-dashboard.conf: Remove glibc switch
 workaround

This was a temporary switch while we investigate and fix a crash on
webkitgtk with musl. This was done so we can revert it.

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

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 59da97bf..8b289a02 100644
--- a/meta-ohos-demo/conf/distro/openharmony-linux-demo-dashboard.conf
+++ b/meta-ohos-demo/conf/distro/openharmony-linux-demo-dashboard.conf
@@ -4,10 +4,6 @@
 
 # Distro configuration for the dashboard demo
 
-# Epiphany fails with musl
-# https://bugzilla.yoctoproject.org/show_bug.cgi?id=14281
-TCLIBC ?= "glibc"
-
 require conf/distro/openharmony-linux.conf
 include conf/distro/include/ha-versions.inc
 
-- 
GitLab