From 9b8563b8e73224c90eb8fe3bd2f4d817dd05dc3f Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Tue, 13 Aug 2024 18:07:14 +0900 Subject: [PATCH] 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 --- TIZEN/Tizen/Tizen-Base-X/project_config | 1 + TIZEN/Tizen/Tizen-Base/project_config | 1 + 2 files changed, 2 insertions(+) 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++ -- 2.7.4