packaging: Use only hal-rootstrap package to build 06/309406/2 accepted/tizen/unified/20240605.153201 accepted/tizen/unified/x/20240612.025909
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 9 Apr 2024 12:33:25 +0000 (21:33 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 9 Apr 2024 12:39:18 +0000 (21:39 +0900)
hal-roostrap package contains the allowed and maintained files
to build hal-backend package. In order to keep ABI (Application Binary
Interface) compatibility between platfrom and hal image,
must use only hal-rootstrap pacakge for build.

Change-Id: Ib1b405582183ff594d21626f37205093cc7ee42f
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
packaging/pass-hal-rpi.spec

index 46c84fb..4798723 100644 (file)
@@ -9,8 +9,7 @@ SET(HAL_LICENSEDIR ${CMAKE_HAL_LICENSEDIR_PREFIX})
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED
-       hal-api-common
-       hal-api-power
+       hal-rootstrap
 )
 
 FOREACH(flag ${pkgs_CFLAGS})
index fef2c50..82e0516 100644 (file)
@@ -17,8 +17,7 @@ Requires(post): /bin/systemctl
 Requires(postun): /sbin/ldconfig
 Requires(postun): /bin/systemctl
 BuildRequires:  cmake
-BuildRequires:  pkgconfig(hal-api-common)
-BuildRequires:  pkgconfig(hal-api-power)
+BuildRequires:  pkgconfig(hal-rootstrap)
 
 %description
 Power HAL for RPI4