pass-hal: tm2: Add dependency on PASS and PASS standard HAL 93/142393/3
authorDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 31 Jul 2017 23:05:52 +0000 (08:05 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 4 Aug 2017 03:02:21 +0000 (12:02 +0900)
Now, pass-hal-tm2 only has configuration files, and all operation is
processed in standard HAL. Thus, we should make HAL for TM2 depends on
PASS and its standard HAL. To do this, Require for pass-hal-standard is
added to RPM spec file.

Change-Id: Ia0f738c22fc632fcf9bd4d9ce62f3187064cbb7a
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
packaging/pass-hal-tm2.spec

index 9f48068..adce8e6 100644 (file)
@@ -14,6 +14,8 @@ ExclusiveArch: %{arm} aarch64
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
+Requires: pass >= 0.0.1
+Requires: pass-hal-standard >= 0.0.1
 BuildRequires:  cmake
 
 %description