Revert "Disable tizen media stream processor build on arch64" 29/317629/2
authorpeng yin <peng8.yin@samsung.com>
Thu, 12 Sep 2024 10:54:22 +0000 (10:54 +0000)
committerBot Blink <blinkbot@samsung.com>
Mon, 23 Sep 2024 08:05:48 +0000 (08:05 +0000)
This reverts commit bc77062068fbdcbe429800b74e368c413e132fe2.
the build break issue has been fixed by:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/317370/

Change-Id: Ifa1645159653400e19b7afb601cba48e0ffcf901

packaging/chromium-efl.spec

index 657a02cc15cb86e870b7477ba022d4a24a207b76..475c6caef18dce84382cb27d07b82dff1c461e6b 100644 (file)
@@ -148,13 +148,7 @@ BuildRequires: pkgconfig(video-capture)
 %define __use_system_icu 1
 %endif
 
-%ifarch aarch64 riscv64
-%define __tizen_arch_64 1
-%else
-%define __tizen_arch_64 0
-%endif
-
-%if "%{?tizen_profile_name}" == "tv" && %{tizen_version} >= 90 && "%{_vd_cfg_product_type}" != "LFD" && "%{_vd_cfg_product_type}" != "IWB" && "%{?_with_emulator}" != "1" && "%{_vd_cfg_licensing}" == "n" && "%{?__tizen_tv_riscv64}" != "1" && "%{?__tizen_arch_64}" != "1"
+%if "%{?tizen_profile_name}" == "tv" && %{tizen_version} >= 90 && "%{_vd_cfg_product_type}" != "LFD" && "%{_vd_cfg_product_type}" != "IWB" && "%{?_with_emulator}" != "1" && "%{_vd_cfg_licensing}" == "n" && "%{?__tizen_tv_riscv64}" != "1"
 %define __build_tizen_media_stream_processor 1
 %else
 %define __build_tizen_media_stream_processor 0