From: wchang kim Date: Wed, 20 Sep 2023 01:55:55 +0000 (+0900) Subject: Adding the option of '--nodeps' to some commands of rpm X-Git-Tag: accepted/tizen/unified/20230920.072023^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_8.0;p=profile%2Fcommon%2Fmeta.git Adding the option of '--nodeps' to some commands of rpm Change-Id: I57ad16b7586266b556426c46d987498e7968dc4f --- diff --git a/scripts/iot-making-building-blocks-dll.post b/scripts/iot-making-building-blocks-dll.post index 7903846..1001ba4 100644 --- a/scripts/iot-making-building-blocks-dll.post +++ b/scripts/iot-making-building-blocks-dll.post @@ -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