From: Youngjae Cho Date: Tue, 13 Aug 2024 09:07:14 +0000 (+0900) Subject: Tizen-Base: Add hal-rootstrap-checker as support X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b8563b8e73224c90eb8fe3bd2f4d817dd05dc3f;p=scm%2Fmeta%2Fqb.git Tizen-Base: Add hal-rootstrap-checker as support rpmbuild requires hal-rootstrap-checker. And it should guarantee that the hal-rootstrap-checker is always operational before running rpmbuild so added hal-rootstrap-checker to support. Choosed this way rather than explicitly specify 'Requires' dependency to rpmbuild because we want to avoid their strong binding. The hal-rootstrap-checker checks whether a package has specified only allowed build dependencies. Change-Id: Icfa2f336edab461ebfcd18ee8ae687799e4a84ed Signed-off-by: Youngjae Cho --- diff --git a/TIZEN/Tizen/Tizen-Base-X/project_config b/TIZEN/Tizen/Tizen-Base-X/project_config index 92b07c2..7d0204f 100644 --- a/TIZEN/Tizen/Tizen-Base-X/project_config +++ b/TIZEN/Tizen/Tizen-Base-X/project_config @@ -215,6 +215,7 @@ Support: cpp Support: libatomic Support: libgomp Support: libitm +Support: hal-rootstrap-checker Keep: libstdc++-devel Keep: cpp gcc libstdc++ diff --git a/TIZEN/Tizen/Tizen-Base/project_config b/TIZEN/Tizen/Tizen-Base/project_config index bcca268..352c3cd 100644 --- a/TIZEN/Tizen/Tizen-Base/project_config +++ b/TIZEN/Tizen/Tizen-Base/project_config @@ -205,6 +205,7 @@ Support: cpp Support: libatomic Support: libgomp Support: libitm +Support: hal-rootstrap-checker Keep: libstdc++-devel Keep: cpp gcc libstdc++