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>
INCLUDE(FindPkgConfig)
pkg_check_modules(pkgs REQUIRED
- dlog
hal-api-common
hal-api-power
)
-%define version 1.1.0
+%define version 1.2.0
%define release 1
Name: pass-hal-rpi
Requires(postun): /sbin/ldconfig
Requires(postun): /bin/systemctl
BuildRequires: cmake
-BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(hal-api-common)
BuildRequires: pkgconfig(hal-api-power)