pass: Remove hal-api-common dependency 13/251713/1
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 19 Jan 2021 01:59:40 +0000 (10:59 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 19 Jan 2021 01:59:40 +0000 (10:59 +0900)
/etc/ld.so.conf.d/libhal-api.conf contains the '/usr/lib/hal and
/usr/lib64/hal' path for loading the shard library. So that PASS daemon
doesn't need to specify the dependency of hal-api-common.

Change-Id: I56a254f9d4baa3c5f252c99fdf4f4e7bdb0f5307
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
packaging/pass.spec
systemd/pass.service.in
unittest/CMakeLists.txt

index d8f2591..9f5c08a 100644 (file)
@@ -50,7 +50,6 @@ SET(PKG_MODULES
        gio-unix-2.0
        libudev
        libsystemd
-       hal-api-common
        hal-api-power
 )
 
index 9e16a7a..b822c33 100644 (file)
@@ -22,7 +22,6 @@ BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gmock)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(libsystemd)
-BuildRequires:  pkgconfig(hal-api-common)
 BuildRequires:  pkgconfig(hal-api-power)
 
 %description
index a774f5f..13b8bcf 100644 (file)
@@ -10,7 +10,6 @@ RestartSec=0
 KillSignal=SIGUSR1
 User=system_fw
 Group=system_fw
-Environment=LD_LIBRARY_PATH=@LIBDIR@/hal
 
 [Install]
 WantedBy=delayed.target
index 7aeae05..e2d13d4 100644 (file)
@@ -17,7 +17,6 @@ pkg_check_modules(gtest_pkgs REQUIRED
        gio-2.0
        gmock
        dlog
-       hal-api-common
        hal-api-power
 )