pass-hal: rpi: v1.2.0 and Remove unused dlog dependency 44/252244/2 accepted/tizen/unified/20210204.134505 submit/tizen/20210201.020414 submit/tizen/20210204.032624
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 22 Jan 2021 04:52:33 +0000 (13:52 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 26 Jan 2021 05:08:55 +0000 (14:08 +0900)
Change the version due to following changes and remove unused dlog
dependency.

Changes from v1.1.0
- Remake the pass-hal-rpi according to hal-api-power
(/platform/hal/api/power).

Change-Id: Ibbdfa2cfd1841cdde0ba08e19600974a25f14857
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
packaging/pass-hal-rpi.spec

index 229820dcf06e3ea130f4af2c8b5c60da5c4912fc..ed1e85aa5b9bba12923690df92638ffe687cd728 100644 (file)
@@ -9,7 +9,6 @@ SET(HAL_LICENSEDIR ${CMAKE_HAL_LICENSEDIR_PREFIX})
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED
-       dlog
        hal-api-common
        hal-api-power
 )
index e7ddc692358921bc96137e63996f89e9e01c9cc9..9c686e6c501e5642a2505e87e9faa7d73760b49d 100644 (file)
@@ -1,4 +1,4 @@
-%define version 1.1.0
+%define version 1.2.0
 %define release 1
 
 Name:       pass-hal-rpi
@@ -17,7 +17,6 @@ Requires(post): /bin/systemctl
 Requires(postun): /sbin/ldconfig
 Requires(postun): /bin/systemctl
 BuildRequires:  cmake
-BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(hal-api-common)
 BuildRequires:  pkgconfig(hal-api-power)