[Fixup]Fix accessory build error of "--build-chrome" 01/308101/1
authorYu Yang <yangy.yu@samsung.com>
Mon, 18 Mar 2024 05:15:48 +0000 (13:15 +0800)
committerYu Yang <yangy.yu@samsung.com>
Mon, 18 Mar 2024 05:15:48 +0000 (13:15 +0800)
Temporary disable accessory for --build-chrome,
will consider to move related code to tizen_src/chromium_imp folder

Change-Id: Ifc7096a9b0c110e42de0ccd74604c59bd40d94da
Signed-off-by: Yu Yang <yangy.yu@samsung.com>
packaging/chromium-efl.spec

index 03d8dba..6661470 100644 (file)
@@ -314,7 +314,7 @@ BuildRequires: pkgconfig(capi-ui-inputmethod)
 BuildRequires: squashfs
 %endif
 
-%if "%{?tizen_profile_name}" == "tv" && "%{_vd_cfg_product_type}" != "AUDIO" &&  "%{_vd_cfg_product_type}" != "AV"
+%if "%{?tizen_profile_name}" == "tv" && "%{_vd_cfg_product_type}" != "AUDIO" &&  "%{_vd_cfg_product_type}" != "AV" && %{__build_chrome} != 1
 BuildRequires: pkgconfig(accessory)
 %endif
 
@@ -512,7 +512,7 @@ touch ./tizen_src/downloadable/ewk_api_wrapper_generator.py
 %if "%{?tizen_profile_name}" == "tv"
   "tizen_product_tv=true" \
 %endif
-%if "%{?tizen_profile_name}" == "tv" && "%{_vd_cfg_product_type}" != "AUDIO" &&  "%{_vd_cfg_product_type}" != "AV"
+%if "%{?tizen_profile_name}" == "tv" && "%{_vd_cfg_product_type}" != "AUDIO" &&  "%{_vd_cfg_product_type}" != "AV" && %{__build_chrome} != 1
   "tizen_vd_accessory=true" \
 %endif
 %if 0%{?component_build}