Fix sending signal of ReadonlyUpdateInstall mode 40/164840/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Thu, 21 Dec 2017 07:10:33 +0000 (16:10 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Thu, 21 Dec 2017 07:10:33 +0000 (16:10 +0900)
The pkgid should be set as real pkgid, not the name of package file.

Change-Id: Ifb202588e2711cb860eddce7da22485864e55f6e
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/common/step/configuration/step_configure.cc

index 9f6ec950bde96f31a512a14c70aedab4c7c30cbc..cd0118c778f9ff391d5a150b5f265a61361e1f1d 100644 (file)
@@ -108,7 +108,6 @@ Step::Status StepConfigure::process() {
     }
     case RequestType::ReadonlyUpdateInstall:
       context_->file_path.set(pkgmgr_->GetRequestInfo());
-      context_->pkgid.set(pkgmgr_->GetRequestInfo());
       if (!pkgmgr_->GetTepPath().empty()) {
         context_->tep_path.set(pkgmgr_->GetTepPath());
         context_->is_tep_move.set(pkgmgr_->GetIsTepMove());