Remove tzplatform-config dependency 34/161034/1 accepted/tizen/unified/20171127.083138 submit/tizen/20171124.081621
authorkj7.sung <kj7.sung@samsung.com>
Tue, 21 Nov 2017 06:42:08 +0000 (15:42 +0900)
committerkj7.sung <kj7.sung@samsung.com>
Tue, 21 Nov 2017 06:42:08 +0000 (15:42 +0900)
Change-Id: I3beaa6aaa5b67e1e11692722a40df6ea3917f023
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
CMakeLists.txt
location/manager/location-batch.c
packaging/liblbs-location.spec

index 77b4ee0..676e029 100755 (executable)
@@ -10,7 +10,7 @@ SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 INCLUDE(FindPkgConfig)
 
 pkg_check_modules(pkgs REQUIRED glib-2.0 gthread-2.0 gobject-2.0 gmodule-2.0 capi-appfw-app-manager
-               dlog vconf json-glib-1.0 bundle libtzplatform-config capi-system-sensor cynara-client cynara-session)
+               dlog vconf json-glib-1.0 bundle capi-system-sensor cynara-client cynara-session)
 
 FOREACH(flag ${pkgs_CFLAGS})
        SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
index cfd532f..b3894e1 100644 (file)
@@ -26,7 +26,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
-#include <tzplatform_config.h>
 #include <sensor.h>
 #include "location-batch.h"
 #include "location-log.h"
index f411277..e0b4120 100755 (executable)
@@ -1,6 +1,6 @@
 Name: liblbs-location
 Summary: Location Based Service Library
-Version: 1.4.4
+Version: 1.4.5
 Release: 1
 Group: Location/Libraries
 License: Apache-2.0
@@ -18,7 +18,6 @@ BuildRequires:  pkgconfig(cynara-client)
 BuildRequires:  pkgconfig(cynara-session)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(bundle)
-BuildRequires:  pkgconfig(libtzplatform-config)
 BuildRequires:  pkgconfig(capi-system-sensor)
 
 %description