From: Dongwoo Lee Date: Mon, 31 Jul 2017 23:05:52 +0000 (+0900) Subject: pass-hal: tm2: Add dependency on PASS and PASS standard HAL X-Git-Tag: accepted/tizen/4.0/unified/20170828.224401~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de3a1c0b7b4a4c624562029b9c440b69ffd3472e;p=platform%2Fadaptation%2Ftm2%2Fpass-hal-tm2.git pass-hal: tm2: Add dependency on PASS and PASS standard HAL 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 Signed-off-by: Chanwoo Choi --- diff --git a/packaging/pass-hal-tm2.spec b/packaging/pass-hal-tm2.spec index 9f48068..adce8e6 100644 --- a/packaging/pass-hal-tm2.spec +++ b/packaging/pass-hal-tm2.spec @@ -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