Clean up edbus dependency 71/130971/3
authorKunhoon Baik <knhoon.baik@samsung.com>
Wed, 24 May 2017 23:40:44 +0000 (08:40 +0900)
committerKunhoon Baik <knhoon.baik@samsung.com>
Wed, 24 May 2017 23:44:46 +0000 (08:44 +0900)
Thanks to https://review.tizen.org/gerrit/#/c/129776/, edbus dependency of runtime-info has been removed.
This patch is to remove the e-dbus build dependency

Change-Id: I84eab8c432114a595acb1e51755a313fcd074ffe

CMakeLists.txt
packaging/capi-system-runtime-info.spec

index cacd1a626eb6472b3e7ebe339dcd2c1fa5af3e37..6cb90fc4050d81936f6f3875930c51bada33c1d3 100755 (executable)
@@ -10,7 +10,7 @@ SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 SET(INC_DIR include)
 INCLUDE_DIRECTORIES(${INC_DIR})
 
-SET(requires "dlog vconf capi-base-common edbus capi-system-info")
+SET(requires "dlog vconf capi-base-common capi-system-info")
 SET(pc_requires "capi-base-common")
 
 INCLUDE(FindPkgConfig)
index 867464378fe5a97b10966edde81bca532534b046..dbd49e29a3af0435a6c37514cad1713de5e40f54 100644 (file)
@@ -11,9 +11,8 @@ BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(capi-base-common)
-BuildRequires: pkgconfig(edbus)
 BuildRequires:  pkgconfig(capi-system-info)
-Requires(post): /sbin/ldconfig  
+Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
 %description