mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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>
This commit is contained in:
@@ -55,7 +55,7 @@ PACKAGECONFIG[weather] = "-DENABLE_WEATHER=ON,-DENABLE_WEATHER=OFF,libgweather4"
|
|||||||
LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
|
LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
|
||||||
|
|
||||||
# invokes libraries from build host
|
# invokes libraries from build host
|
||||||
GI_DATA_ENABLED:libc-musl="False"
|
GI_DATA_ENABLED:libc-musl = "False"
|
||||||
|
|
||||||
do_configure:append () {
|
do_configure:append () {
|
||||||
cp ${UNPACKDIR}/iconv-detect.h ${S}/src
|
cp ${UNPACKDIR}/iconv-detect.h ${S}/src
|
||||||
|
|||||||
Reference in New Issue
Block a user