ucm: Change install path to /hal/share/alsa 30/253630/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_riscv tizen tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 tizen_9.0 accepted/tizen/6.5/unified/20211028.093343 accepted/tizen/7.0/unified/20221110.062152 accepted/tizen/7.0/unified/hotfix/20221116.104348 accepted/tizen/8.0/unified/20231005.092430 accepted/tizen/9.0/unified/20241030.234318 accepted/tizen/unified/20210216.125207 accepted/tizen/unified/riscv/20231220.095308 submit/tizen/20210216.070346 submit/tizen_6.5/20211028.161401 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release tizen_9.0_m2_release
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 15 Feb 2021 05:18:56 +0000 (14:18 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 16 Feb 2021 05:23:47 +0000 (14:23 +0900)
Change the install path from /usr/share/alsa to /hal/share/alsa.

Change-Id: I78353fa2f888a7b6b2e58d8aa5cf8c997d6b6eb9
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
packaging/alsa-ucm-data-rpi3.spec

index afb0051eb6a26f3ab5210f05e43428ac2b8401df..f67db3c02ef0e5fcc6dbf272c1880576a8529cbc 100644 (file)
@@ -16,12 +16,14 @@ ALSA UCM data for rpi3
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}/usr/share/alsa/ucm
-cp -a bcm2835 %{buildroot}/usr/share/alsa/ucm
+mkdir -p %{buildroot}/hal/share/alsa/ucm
+mkdir -p %{buildroot}%{_hal_licensedir}/%{name}
+cp -a bcm2835 %{buildroot}%{_hal_datadir}/alsa/ucm
+cp LICENSE.Apache-2.0 %{buildroot}%{_hal_licensedir}/%{name}
 
 %post
 
 %files
 %manifest alsa-ucm-conf-rpi3.manifest
-/usr/share/alsa/ucm/bcm2835/*
-%license LICENSE.Apache-2.0
+%{_hal_datadir}/alsa/ucm/bcm2835/*
+%{_hal_licensedir}/%{name}/LICENSE.Apache-2.0