From 016dedd08b53c74af81ec4b385658d7091411381 Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Tue, 27 Aug 2024 15:41:16 +0900 Subject: Use only hal-rootstrap package to build As support hal-abi-versioning, the hal-backend package should be built using only the hal-rootstrap. Change-Id: I18d86d8fb114db071f5ae72d6a4a0730eee6d7fc Signed-off-by: Yunhee Seo --- packaging/hal-backend-device-generic.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packaging/hal-backend-device-generic.spec b/packaging/hal-backend-device-generic.spec index 9010d0e..f0ec472 100644 --- a/packaging/hal-backend-device-generic.spec +++ b/packaging/hal-backend-device-generic.spec @@ -9,9 +9,7 @@ Source1: %{name}.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake -BuildRequires: pkgconfig(hal-api-common) -BuildRequires: pkgconfig(hal-backend-device-common) -BuildRequires: pkgconfig(hal-api-device) +BuildRequires: pkgconfig(hal-rootstrap) %description Generic device HAL backend drivers for all normal targets -- cgit v1.2.3