diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2021-03-19 14:01:46 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2021-03-19 14:01:46 +0900 |
commit | cf9a47e760c4258bc3e70289e59afc5bfe851ca4 (patch) | |
tree | 244f02a7f34b63b8714212a03e5ade60e699b7f1 | |
parent | 2af3c624872b944f5d294b7b71e765b76d87b277 (diff) | |
download | rpm-cf9a47e760c4258bc3e70289e59afc5bfe851ca4.tar.gz rpm-cf9a47e760c4258bc3e70289e59afc5bfe851ca4.tar.bz2 rpm-cf9a47e760c4258bc3e70289e59afc5bfe851ca4.zip |
Add macros for new /hal/bin and /hal/sbin pathtizen_6.5.m2_releasesubmit/tizen_base/20210329.052725submit/tizen_6.5_base/20211027.201101submit/tizen_6.5_base/20211027.183101submit/tizen_6.5_base/20211026.180901accepted/tizen/base/tool/20210331.053905accepted/tizen/6.5/base/tool/20211027.120635accepted/tizen/6.5/base/20230714.002705accepted/tizen_6.5_base_tool
Tizen 6.5 feature supports new /hal path which including the HAL backend
packages depend on h/w device. Need the following macros for HAL backend
packages:
- %{_hal_bindir} : /hal/bin
- %{_hal_sbindir} : /hal/sbin
Change-Id: I758eec8cd2a21849f21d254f29a911cc2862b828
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | macros.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -995,6 +995,8 @@ posix.setenv("RPMBUILD_SOURCEDIR",rpm.expand("%?_sourcedir")); %_mandir %{_datadir}/man %_hal_prefix /hal +%_hal_bindir %{_hal_prefix}/bin +%_hal_sbindir %{_hal_prefix}/sbin %_hal_libdir %{_hal_prefix}/%{_lib} %_hal_includedir %{_hal_prefix}/include %_hal_sysconfdir %{_hal_prefix}%{_sysconfdir} |