From: SangYoun Kwak Date: Fri, 29 Nov 2024 05:42:40 +0000 (+0900) Subject: Add hal-rootstrap-data-da to BuildRequires for DA build X-Git-Tag: accepted/tizen/unified/20241202.132942~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F315409%2F1;p=platform%2Fhal%2Fbackend%2Frootstrap.git Add hal-rootstrap-data-da to BuildRequires for DA build It is required to use datas defined in the hal-rootstrap-data-da package when the build profile is DA, so the hal-rootstrap-data-da package is added to BuildRequires for the DA build profile. Change-Id: I807a7a0374b416b6d4cb61a137469a5b127adf57 Signed-off-by: SangYoun Kwak --- diff --git a/packaging/hal-rootstrap.spec b/packaging/hal-rootstrap.spec index 1ce8740..50ad844 100644 --- a/packaging/hal-rootstrap.spec +++ b/packaging/hal-rootstrap.spec @@ -44,6 +44,9 @@ BuildRequires: xmlstarlet BuildRequires: python3 BuildRequires: hal-rootstrap-data-common +%if "%{WITH_DA}" == "1" +BuildRequires: hal-rootstrap-data-da +%endif ### hal-rootstrap %description