mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
parent
1fd4551021
commit
f360efb4e1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user