From: Yunhee Seo Date: Tue, 27 Aug 2024 06:41:16 +0000 (+0900) Subject: Use only hal-rootstrap package to build X-Git-Tag: accepted/tizen/unified/20240828.082354^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified_dev;p=platform%2Fhal%2Fbackend%2Fdevice-generic.git 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 --- 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