link with libtapi instead of libSLP-tapi 90/10190/2
authorAnas Nashif <anas.nashif@intel.com>
Mon, 23 Sep 2013 16:22:58 +0000 (12:22 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 24 Sep 2013 18:24:33 +0000 (14:24 -0400)
Change-Id: I2802bfd07c5a14e420723bb28832919966abd8b4
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
CMakeLists.txt [changed mode: 0755->0644]
LICENSE.APLv2.0 [changed mode: 0755->0644]
LICENSE.Flora [changed mode: 0755->0644]
NOTICE [changed mode: 0755->0644]
packaging/osp-connectivity-service.spec

old mode 100755 (executable)
new mode 100644 (file)
index 9791ccd..56f61f0
@@ -81,7 +81,7 @@ ADD_EXECUTABLE (${this_target} ${${this_target}_SOURCE_FILES})
 
 TARGET_LINK_LIBRARIES(${this_target} -Xlinker --no-undefined -Xlinker --as-needed -pie)
 TARGET_LINK_LIBRARIES(${this_target} -Xlinker --version-script=${CMAKE_CURRENT_SOURCE_DIR}/system-service-export.ver)
-TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp -losp-appfw -losp-net -losp-wifi -lchromium -lcapi-network-wifi -lcapi-network-bluetooth -lcapi-network-connection -lcapi-network-nfc -lwifi-direct -lvconf -lcapi-telephony-sim -lSLP-tapi -lecore_x -lcapi-appfw-app-manager)
+TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp -losp-appfw -losp-net -losp-wifi -lchromium -lcapi-network-wifi -lcapi-network-bluetooth -lcapi-network-connection -lcapi-network-nfc -lwifi-direct -lvconf -lcapi-telephony-sim -ltapi -lecore_x -lcapi-appfw-app-manager)
 TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib/osp-server -losp-appfw-server")
 
 ## Cory additional info
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/NOTICE b/NOTICE
old mode 100755 (executable)
new mode 100644 (file)
index e61e8c6..85659b9 100755 (executable)
@@ -33,9 +33,7 @@ BuildRequires:  pkgconfig(pkgmgr)
 BuildRequires:  pkgconfig(tapi)
 BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(wifi-direct)
-
 Requires:       osp-app-service
-# runtime requires
 Requires:       osp-appfw
 Requires:       osp-channel-service
 Requires:       osp-installer
@@ -49,9 +47,9 @@ OSP Connectivity Service
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 %ifarch %{ix86}
-CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_SECURE_LOG -D_OSP_X86_ -D_OSP_EMUL_" %cmake . 
+CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_SECURE_LOG -D_OSP_X86_ -D_OSP_EMUL_" %cmake .
 %else
-CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_SECURE_LOG -D_OSP_ARMEL_" %cmake . 
+CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_SECURE_LOG -D_OSP_ARMEL_" %cmake .
 %endif
 
 # Call make instruction with smp support