From: Youngjae Cho Date: Wed, 18 Dec 2024 08:46:58 +0000 (+0900) Subject: packaging: Disable halcc on movable project X-Git-Tag: accepted/tizen/unified/20250115.124140~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F316841%2F5;p=platform%2Fhal%2Fapi%2Fcommon.git packaging: Disable halcc on movable project 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 --- diff --git a/packaging/hal-api-common.spec b/packaging/hal-api-common.spec index fe56db1..deecc18 100644 --- a/packaging/hal-api-common.spec +++ b/packaging/hal-api-common.spec @@ -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