meta-tizen: qa Fix
authorRonan Le Martret <ronan@fridu.net>
Fri, 26 Sep 2014 14:52:57 +0000 (16:52 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:22:55 +0000 (09:22 -0800)
Change-Id: I382caa71b4d10cb903133a709cb359ae9d99b33a
(From meta-tizen rev: ff6613484d58548869f42bdd96d6e8b94dec07b1)

Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/recipes-tizen/automotive-message-broker/automotive-message-broker-extraconf.inc
meta-tizen/recipes-tizen/calendar-service/calendar-service-extraconf.inc
meta-tizen/recipes-tizen/msg-service/msg-service-extraconf.inc
meta-tizen/recipes-tizen/sync-agent/sync-agent-extraconf.inc

index 6fb81b4..cc04b13 100644 (file)
@@ -5,4 +5,8 @@ INSANE_SKIP_${PN} = "dev-so"
 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
index e69de29..7a1e9a9 100644 (file)
@@ -0,0 +1,4 @@
+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