From: Sangwan Kwon Date: Mon, 27 Apr 2020 07:31:01 +0000 (+0900) Subject: Remove unused dependencies X-Git-Tag: submit/tizen/20200810.073515~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1987171ed8adba30605864c08008be083674612c;p=platform%2Fcore%2Fsecurity%2Fvist.git Remove unused dependencies Signed-off-by: Sangwan Kwon --- diff --git a/packaging/vist.spec b/packaging/vist.spec index 049c570..c987e48 100644 --- a/packaging/vist.spec +++ b/packaging/vist.spec @@ -12,14 +12,10 @@ BuildRequires: make BuildRequires: cmake # osquery BRs BuildRequires: glog-devel -BuildRequires: gflags-devel BuildRequires: boost-devel BuildRequires: python-jinja2 -BuildRequires: libuuid-devel -BuildRequires: pkgconfig(libprocps) -BuildRequires: pkgconfig(libsystemd) -BuildRequires: pkgconfig(openssl) # vist BRs +BuildRequires: gflags-devel BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(libtzplatform-config) @@ -27,7 +23,6 @@ BuildRequires: pkgconfig(libsystemd-daemon) Requires: glog Requires: gflag Requires: boost-regex boost-system boost-thread boost-filesystem -Requires: procps-ng Requires: libsystemd %global osquery_version 4.0.0 diff --git a/src/osquery/CMakeLists.txt b/src/osquery/CMakeLists.txt index 21f58db..a61e584 100644 --- a/src/osquery/CMakeLists.txt +++ b/src/osquery/CMakeLists.txt @@ -19,17 +19,13 @@ SET(${TARGET_OSQUERY_LIB}_DEPS "") SET(${TARGET_OSQUERY_LIB}_TESTS "") ADD_OSQUERY_LINK(glog - gflags pthread dl boost_regex boost_system boost_thread boost_filesystem - sqlite3 - crypto # openssl - # build-in tables deps - systemd) + sqlite3) IF(DEFINED GBS_BUILD) SET(GBS_ONLY_PACKAGES sqlite3) diff --git a/src/vist/client/schema/bluetooth.hpp b/src/vist/client/schema/bluetooth.hpp index dd8f3ad..c7fda17 100644 --- a/src/vist/client/schema/bluetooth.hpp +++ b/src/vist/client/schema/bluetooth.hpp @@ -37,5 +37,6 @@ namespace schema { Bluetooth::DesktopConnectivity, Bluetooth::Pairing, Bluetooth::Tethering); + } // namesapce schema } // namesapce vist