summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-04-05 09:02:09 +0200
committerKhem Raj <raj.khem@gmail.com>2025-04-05 07:45:31 -0700
commitf360efb4e18cd1326ece7e1631fe02f8cefbb72f (patch)
treea735c17f87b15a6935c215ae0171302e41584dde
parent1fd4551021927b250f4212a45d79097c4ed06e0b (diff)
downloadmeta-openembedded-f360efb4e18cd1326ece7e1631fe02f8cefbb72f.tar.gz
evolution-data-server: fix lack of whitespace around the assignment
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb2
1 files changed, 1 insertions, 1 deletions
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"
55LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" 55LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
56 56
57# invokes libraries from build host 57# invokes libraries from build host
58GI_DATA_ENABLED:libc-musl="False" 58GI_DATA_ENABLED:libc-musl = "False"
59 59
60do_configure:append () { 60do_configure:append () {
61 cp ${UNPACKDIR}/iconv-detect.h ${S}/src 61 cp ${UNPACKDIR}/iconv-detect.h ${S}/src