From 5b957dc7e7a3f3110f83391f4125f585ebe1a95e Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 26 Sep 2014 16:52:57 +0200 Subject: [PATCH] meta-tizen: qa Fix Change-Id: I382caa71b4d10cb903133a709cb359ae9d99b33a (From meta-tizen rev: ff6613484d58548869f42bdd96d6e8b94dec07b1) Signed-off-by: Ronan Le Martret Signed-off-by: Patrick Ohly --- .../automotive-message-broker-extraconf.inc | 6 +++++- .../recipes-tizen/calendar-service/calendar-service-extraconf.inc | 1 + meta-tizen/recipes-tizen/msg-service/msg-service-extraconf.inc | 1 + meta-tizen/recipes-tizen/sync-agent/sync-agent-extraconf.inc | 4 ++++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/meta-tizen/recipes-tizen/automotive-message-broker/automotive-message-broker-extraconf.inc b/meta-tizen/recipes-tizen/automotive-message-broker/automotive-message-broker-extraconf.inc index 6fb81b4..cc04b13 100644 --- a/meta-tizen/recipes-tizen/automotive-message-broker/automotive-message-broker-extraconf.inc +++ b/meta-tizen/recipes-tizen/automotive-message-broker/automotive-message-broker-extraconf.inc @@ -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 diff --git a/meta-tizen/recipes-tizen/calendar-service/calendar-service-extraconf.inc b/meta-tizen/recipes-tizen/calendar-service/calendar-service-extraconf.inc index e69de29..0712982 100644 --- a/meta-tizen/recipes-tizen/calendar-service/calendar-service-extraconf.inc +++ b/meta-tizen/recipes-tizen/calendar-service/calendar-service-extraconf.inc @@ -0,0 +1 @@ +FILES_${PN}-dbg += "/usr/share/calendar-svc/.debug" \ No newline at end of file diff --git a/meta-tizen/recipes-tizen/msg-service/msg-service-extraconf.inc b/meta-tizen/recipes-tizen/msg-service/msg-service-extraconf.inc index e69de29..4a72792 100644 --- a/meta-tizen/recipes-tizen/msg-service/msg-service-extraconf.inc +++ b/meta-tizen/recipes-tizen/msg-service/msg-service-extraconf.inc @@ -0,0 +1 @@ +FILES_${PN} += "/opt/usr/data/msg-service" \ No newline at end of file diff --git a/meta-tizen/recipes-tizen/sync-agent/sync-agent-extraconf.inc b/meta-tizen/recipes-tizen/sync-agent/sync-agent-extraconf.inc index e69de29..7a1e9a9 100644 --- a/meta-tizen/recipes-tizen/sync-agent/sync-agent-extraconf.inc +++ b/meta-tizen/recipes-tizen/sync-agent/sync-agent-extraconf.inc @@ -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 -- 2.7.4