packaging: Disable halcc on movable project 41/316841/5
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 18 Dec 2024 08:46:58 +0000 (17:46 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 10 Jan 2025 03:51:00 +0000 (03:51 +0000)
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 fe56db1a94ac7f9436ced6e605312515bc8afaac..deecc188b0e8cf860e896a3e340dd726d3791ccf 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