Change-Id: I382caa71b4d10cb903133a709cb359ae9d99b33a
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
cmake_do_configure_prepend() {
# Add pthread library to target_link_libraries
sed -i 's@set(link_libraries -lamb ${libtool_LIBRARY} ${glib_LIBRARIES} ${json_LIBRARIES} -L${CMAKE_CURRENT_BINARY_DIR}/lib)@set(link_libraries -lamb ${libtool_LIBRARY} ${glib_LIBRARIES} ${json_LIBRARIES} -lpthread -L${CMAKE_CURRENT_BINARY_DIR}/lib)@' ${S}/CMakeLists.txt
-}
\ No newline at end of file
+}
+
+EXTRA_OECMAKE += "-Denable_icecc=OFF"
+
+LDFLAGS += "-lpthread"
\ No newline at end of file
+FILES_${PN}-dbg += "/usr/share/calendar-svc/.debug"
\ No newline at end of file
+FILES_${PN} += "/opt/usr/data/msg-service"
\ No newline at end of file
+FILES_${PN}-dbg += "/usr/lib/sync-agent/common-public/.debug"
+
+INSANE_SKIP_common-public-plugins = "dev-so"
+INSANE_SKIP_${PN} = "dev-so"
\ No newline at end of file