diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2024-07-19 16:48:45 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2024-07-19 09:26:25 +0000 |
commit | 16ce103930c58469a8e3aa8bd162647b467b2c3a (patch) | |
tree | ddcaa01cb20fd20f6aed656edc6d7f960429106c /packaging | |
parent | eda648cc9d2c4beb0708169ce06ce3ee22fb5612 (diff) | |
download | power-generic-accepted/tizen_unified.tar.gz power-generic-accepted/tizen_unified.tar.bz2 power-generic-accepted/tizen_unified.zip |
Use hal-rootstrap package for build and change hal_backend_power_funcs memory allocation/freetizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20240813.231810accepted/tizen/unified/x/20240723.043611accepted/tizen/unified/toolchain/20240812.133330accepted/tizen/unified/dev/20240724.110132accepted/tizen/unified/20240722.104257accepted/tizen/9.0/unified/20241031.000017tizen_9.0accepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unified
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.
And chagnge the memory allocation/free way of hal_backend_power_funcs
in order to support new 1-platform Multi-HAL Interface approach.
Change-Id: Ib4d03086837a167b06a207d4d25d474a7916fac5
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/hal-backend-power-generic.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/hal-backend-power-generic.spec b/packaging/hal-backend-power-generic.spec index 8dba3cf..146c8a9 100644 --- a/packaging/hal-backend-power-generic.spec +++ b/packaging/hal-backend-power-generic.spec @@ -16,8 +16,7 @@ Requires(post): security-config 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 PASS standard hal |