summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2021-03-19 14:01:46 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2021-03-19 14:01:46 +0900
commitcf9a47e760c4258bc3e70289e59afc5bfe851ca4 (patch)
tree244f02a7f34b63b8714212a03e5ade60e699b7f1
parent2af3c624872b944f5d294b7b71e765b76d87b277 (diff)
downloadrpm-cf9a47e760c4258bc3e70289e59afc5bfe851ca4.tar.gz
rpm-cf9a47e760c4258bc3e70289e59afc5bfe851ca4.tar.bz2
rpm-cf9a47e760c4258bc3e70289e59afc5bfe851ca4.zip
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.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/macros.in b/macros.in
index 0fe8ff205..17a438d64 100644
--- a/macros.in
+++ b/macros.in
@@ -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}