diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2021-02-15 14:18:56 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2021-02-16 14:23:47 +0900 |
commit | 3d10b0b9b02ccd5ee6d47d61131d60666a9f1cec (patch) | |
tree | 5ec1d0665e1f1c27d32c596d472919a3d34f1008 | |
parent | 837846ad4da8d476bca8e682297e209e94702fed (diff) | |
download | alsa-ucm-conf-rpi3-accepted/tizen_9.0_unified.tar.gz alsa-ucm-conf-rpi3-accepted/tizen_9.0_unified.tar.bz2 alsa-ucm-conf-rpi3-accepted/tizen_9.0_unified.zip |
ucm: Change install path to /hal/share/alsatizen_9.0_m2_releasetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161401submit/tizen/20210216.070346accepted/tizen/unified/riscv/20231220.095308accepted/tizen/unified/20210216.125207accepted/tizen/9.0/unified/20241030.234318accepted/tizen/8.0/unified/20231005.092430accepted/tizen/7.0/unified/hotfix/20221116.104348accepted/tizen/7.0/unified/20221110.062152accepted/tizen/6.5/unified/20211028.093343tizen_9.0tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5tizenaccepted/tizen_unified_riscvaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedaccepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unified
Change the install path from /usr/share/alsa to /hal/share/alsa.
Change-Id: I78353fa2f888a7b6b2e58d8aa5cf8c997d6b6eb9
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | packaging/alsa-ucm-data-rpi3.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/packaging/alsa-ucm-data-rpi3.spec b/packaging/alsa-ucm-data-rpi3.spec index afb0051..f67db3c 100644 --- a/packaging/alsa-ucm-data-rpi3.spec +++ b/packaging/alsa-ucm-data-rpi3.spec @@ -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 |