packaging: Disable halcc on movable project 40/316840/6 accepted/tizen/9.0/unified/20250118.074051
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 18 Dec 2024 08:46:58 +0000 (17:46 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Fri, 10 Jan 2025 03:16:07 +0000 (12:16 +0900)
Make the movable project an exception to the previous patch that treats
compatibility error as an real error. Therefore the project is not
affected by compatibility error as before.

Change-Id: I12c5b592f3aa5c76614023329090691c57c5cabe
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
packaging/hal-api-common.spec

index f4dcf8be1fc8812b8c41f0d2f4243f9826b32f08..76a2bc392533bce0b91478c34c7046a969cbefcf 100644 (file)
@@ -1,7 +1,7 @@
 %define name           hal-api-common
 %define devel_name     hal-api-common-devel
 %define test_name      hal-api-common-haltests
-%if "%{tizen_profile_name}" != "tv"
+%if "%{tizen_profile_name}" != "tv" && "%{mv_prj}" != "1"
 %define enable_halcc 1
 %else
 %define enable_halcc 0