pass-hal: standard: v1.1.0 and Remove unused dlog dependency 55/252255/1 accepted/tizen/unified/20210204.134530 submit/tizen/20210201.020414 submit/tizen/20210204.032624
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 26 Jan 2021 05:14:58 +0000 (14:14 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 26 Jan 2021 05:16:19 +0000 (14:16 +0900)
Change the version due to following changes and remove unused dlog dependency.

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

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

index 3b2c2ac2f95b84b5ecbbf003f79fa8f39df61b42..ffb3e97b057c20da54e1826b32f9ff427efae659 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 a23956a2e399c022e575c15d75a29b6d0ef1ada8..37e81b7f93c03b5dad76004893cb7d70e1e80835 100644 (file)
@@ -1,4 +1,4 @@
-%define version 1.0.0
+%define version 1.1.0
 %define release 1
 
 Name:       pass-hal-standard
@@ -16,7 +16,6 @@ Requires(post): security-config
 Requires(postun): /sbin/ldconfig
 Requires(postun): /bin/systemctl
 BuildRequires:  cmake
-BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(hal-api-common)
 BuildRequires:  pkgconfig(hal-api-power)