diff options
author | wchang kim <wchang.kim@samsung.com> | 2023-09-20 10:55:55 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2023-09-20 10:55:55 +0900 |
commit | 40d2c856aa22cd3841bb271d37003b4d10cef6db (patch) | |
tree | f2bf29aa71b5d6905674f925e7cfc5d5d03da15c | |
parent | 2fc2d0f00446f3347d31ca1d98e9fb8325f980d2 (diff) | |
download | meta-40d2c856aa22cd3841bb271d37003b4d10cef6db.tar.gz meta-40d2c856aa22cd3841bb271d37003b4d10cef6db.tar.bz2 meta-40d2c856aa22cd3841bb271d37003b4d10cef6db.zip |
Adding the option of '--nodeps' to some commands of rpmtizen_8.0_m2_releaseaccepted/tizen/unified/20230920.072023accepted/tizen/8.0/unified/20231005.095722tizen_8.0accepted/tizen_8.0_unified
Change-Id: I57ad16b7586266b556426c46d987498e7968dc4f
-rw-r--r-- | scripts/iot-making-building-blocks-dll.post | 4 |
1 files changed, 2 insertions, 2 deletions
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 |