Remove the package dependency for pkgmgr and dbus-glib-1 64/176264/2 submit/tag/20180416.022000
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 18 Apr 2018 02:28:55 +0000 (11:28 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 18 Apr 2018 02:30:28 +0000 (11:30 +0900)
Change-Id: I3b2e8a621594cae48db31bfcd69074dc02463646
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-httpproxy/CMakeLists.txt
bt-oal/CMakeLists.txt
bt-otp/CMakeLists.txt
bt-service-adaptation/CMakeLists.txt
bt-service/CMakeLists.txt
packaging/bluetooth-frwk.spec

index baf570a..fe07122 100644 (file)
@@ -13,9 +13,9 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
 
 SET(PKG_MODULES
        gio-2.0
-       pkgmgr
        eventsystem
        libsoup-2.4
+       dlog
 )
 
 INCLUDE(FindPkgConfig)
index 256c6fe..a007bc8 100755 (executable)
@@ -49,8 +49,7 @@ LINK_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/lib)
 LINK_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/bt-oal)
 
 INCLUDE(FindPkgConfig)
-pkg_check_modules(oal_pkgs REQUIRED vconf aul vconf dbus-glib-1
-alarm-service gio-unix-2.0 dlog gio-2.0 glib-2.0 libtzplatform-config)
+pkg_check_modules(oal_pkgs REQUIRED vconf aul vconf alarm-service gio-unix-2.0 dlog gio-2.0 glib-2.0 libtzplatform-config)
 
 #pkg_check_modules(oal_pkgs REQUIRED vconf aul vconf libudev dbus-glib-1
 #alarm-service gio-unix-2.0 systemd dlog gio-2.0 glib-2.0 libtzplatform-config)
index 2032b24..93164df 100644 (file)
@@ -12,13 +12,12 @@ MESSAGE("Build type: ${CMAKE_BUILD_TYPE}")
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
 
 SET(PKG_MODULES
-       dbus-glib-1
        gio-2.0
-       pkgmgr
        eventsystem
        dbus-1
        gio-unix-2.0
        cynara-client
+       dlog
 )
 
 INCLUDE(FindPkgConfig)
index 2d66914..7bd3063 100644 (file)
@@ -74,13 +74,11 @@ LINK_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../bt-oal)
 SET(PKG_MODULES
         vconf
         vconf
-        dbus-glib-1
         dbus-1
         gio-2.0
         gio-unix-2.0
         alarm-service
         capi-network-connection
-        pkgmgr
         cynara-client
         cynara-creds-gdbus
         eventsystem
index 2fb2d45..1f63279 100644 (file)
@@ -56,13 +56,11 @@ SET(PKG_MODULES
        aul
        vconf
        syspopup-caller
-       dbus-glib-1
        dbus-1
        gio-2.0
        alarm-service
        capi-content-mime-type
        capi-network-connection
-       pkgmgr
        cynara-client
        cynara-creds-gdbus
        eventsystem
index 44b88d1..4e350d5 100644 (file)
@@ -30,8 +30,6 @@ BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(capi-network-connection)
 BuildRequires:  pkgconfig(alarm-service)
 BuildRequires:  pkgconfig(capi-content-mime-type)
-BuildRequires:  pkgconfig(pkgmgr)
-#BuildRequires:  pkgconfig(journal)
 BuildRequires:  pkgconfig(eventsystem)
 BuildRequires: pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(capi-network-tethering)