diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2024-07-05 13:45:10 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2024-07-05 13:49:04 +0900 |
commit | 5f703890697b243d25698669ec2e6920cf351343 (patch) | |
tree | e61b0c5e2555c9b6fcf1527552161cbef7acb6a7 | |
parent | a33b969cee5139dfe21a2112860fc5837d48075f (diff) | |
download | rootstrap-5f703890697b243d25698669ec2e6920cf351343.tar.gz rootstrap-5f703890697b243d25698669ec2e6920cf351343.tar.bz2 rootstrap-5f703890697b243d25698669ec2e6920cf351343.zip |
packaging: Add hal-rootstrap-tv BuildRequires dependency on TV profile build
Generate hal-rootstrap including the packages maintained in
hal-rootstrap-tv when TV profile build.
Change-Id: Iad74a2e3a847b225ddb97766086629a579fe20d0
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | packaging/hal-rootstrap.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/hal-rootstrap.spec b/packaging/hal-rootstrap.spec index 7fbb47f..3ecfa86 100644 --- a/packaging/hal-rootstrap.spec +++ b/packaging/hal-rootstrap.spec @@ -16,6 +16,9 @@ BuildRequires: xmlstarlet BuildRequires: python3 BuildRequires: hal-rootstrap-common +%if "%{tizen_profile_name}" == "tv" +BuildRequires: hal-rootstrap-tv +%endif ### hal-rootstrap-devel %package -n %{devel_name} |