Fix path of xml files to be removed 34/320534/1
authorSangYoun Kwak <sy.kwak@samsung.com>
Mon, 18 Nov 2024 02:56:02 +0000 (11:56 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Mon, 18 Nov 2024 06:46:01 +0000 (15:46 +0900)
The path of xml files to be removed when the profile is TV are
miswritten, so they should be fixed.

Change-Id: I5d054a8094c74b9acb70fe9e532bdb1922c92304
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
packaging/hal-rootstrap-data-common.spec

index 102bc6148159272519b59ebac50ae93c209753df..0cf6ae7e57bb2346ac9885b33dd8348e5aa1d83e 100644 (file)
@@ -209,15 +209,14 @@ mkdir -p %{buildroot}/tmp
 ls -al
 cp -R ./rs_resource %{buildroot}/tmp
 %if "%{tizen_profile_name}" == "tv" || "%{mv_prj}" == "1"
-rm -f %{buildroot}/tmp/common/OSS/baserpm/glibc-rs.xml
-rm -f %{buildroot}/tmp/common/NativeAPI/capi-system-peripheral-io-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-bluetooth-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-location-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-power-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-radio-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-uwb-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-wifi-rs.xml
-rm -f %{buildroot}/tmp/common/HAL/hal-api-zigbee-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/NativeAPI/capi-system-peripheral-io-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-bluetooth-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-location-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-power-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-radio-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-uwb-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-wifi-rs.xml
+rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-zigbee-rs.xml
 %endif
 
 %files