diff mbox series

[meta-gnome,1/2] evolution-data-server: fix lack of whitespace around the assignment

Message ID 20250405070210.1416757-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,1/2] evolution-data-server: fix lack of whitespace around the assignment | expand

Commit Message

Markus Volk April 5, 2025, 7:02 a.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../evolution-data-server/evolution-data-server.bb              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
index 713d5ae289..c3c4e3eae5 100644
--- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
+++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
@@ -55,7 +55,7 @@  PACKAGECONFIG[weather] = "-DENABLE_WEATHER=ON,-DENABLE_WEATHER=OFF,libgweather4"
 LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
 
 # invokes libraries from build host
-GI_DATA_ENABLED:libc-musl="False"
+GI_DATA_ENABLED:libc-musl = "False"
 
 do_configure:append () {
     cp ${UNPACKDIR}/iconv-detect.h ${S}/src