Adding the option of '--nodeps' to some commands of rpm 05/299105/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.095722 accepted/tizen/unified/20230920.072023 tizen_8.0_m2_release
authorwchang kim <wchang.kim@samsung.com>
Wed, 20 Sep 2023 01:55:55 +0000 (10:55 +0900)
committerwchang kim <wchang.kim@samsung.com>
Wed, 20 Sep 2023 01:55:55 +0000 (10:55 +0900)
Change-Id: I57ad16b7586266b556426c46d987498e7968dc4f

scripts/iot-making-building-blocks-dll.post

index 7903846..1001ba4 100644 (file)
@@ -42,5 +42,5 @@ fi
 
 # remove files and package related to dotnet used only in MIC
 rm -rf $DOTNET_MIC_DIR
-rpm -e patchelf
-rpm -e crossgen2-mic
+rpm -e patchelf --nodeps
+rpm -e crossgen2-mic --nodeps