diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2024-08-06 11:05:52 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2024-08-06 11:05:57 +0900 |
commit | 58a8adc47a74bd7e968525c942326d4654af9671 (patch) | |
tree | b4a20cfad08b5bd227ae61a495a5443ba8a792b4 | |
parent | 4ca5d84aefbb725878138344ac5af8994c4a0edb (diff) | |
download | rootstrap-58a8adc47a74bd7e968525c942326d4654af9671.tar.gz rootstrap-58a8adc47a74bd7e968525c942326d4654af9671.tar.bz2 rootstrap-58a8adc47a74bd7e968525c942326d4654af9671.zip |
Revert "packaging: Add hal-rootstrap-tv BuildRequires dependency on TV profile build"accepted/tizen/unified/x/asan/20240813.232004accepted/tizen/unified/x/20240807.014307accepted/tizen/unified/toolchain/20240812.133520accepted/tizen/unified/dev/20240807.093105accepted/tizen/unified/20240809.202901accepted/tizen/unified/20240807.201026accepted/tizen/unified/20240807.010734
This reverts commit 5f703890697b243d25698669ec2e6920cf351343.
There are no hal-rootstrap-tv pacakge. It causes the build break on TV
profile build. After creating hal-rootstrap-tv package, will restore it.
Change-Id: I0af8e811f913c5c3468b750c5f745681038e0fc9
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | packaging/hal-rootstrap.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/hal-rootstrap.spec b/packaging/hal-rootstrap.spec index 3ecfa86..7fbb47f 100644 --- a/packaging/hal-rootstrap.spec +++ b/packaging/hal-rootstrap.spec @@ -16,9 +16,6 @@ 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} |