Patch reinstall/RDS according to SDK behaviour 32/91432/4 accepted/tizen/common/20161013.155640 accepted/tizen/ivi/20161014.074151 accepted/tizen/mobile/20161014.074046 accepted/tizen/tv/20161014.074110 accepted/tizen/wearable/20161014.074128 submit/tizen/20161012.122424
authorTomasz Iwanek <t.iwanek@samsung.com>
Fri, 7 Oct 2016 07:52:36 +0000 (09:52 +0200)
committerSangyoon Jang <s89.jang@samsung.com>
Wed, 12 Oct 2016 12:11:08 +0000 (05:11 -0700)
commitc25e63dccd6d128f2b67e6e5b58c127e9e2d7bc9
tree43b8dd89b7d9620bd88eaad400ab27dc01805c51
parentfb475f9c862c4bc56ebc5ca8672725b06e961a53
Patch reinstall/RDS according to SDK behaviour

Commit changes reinstall request argument. Now pkgid
is expected instead of path to directory. What is more,
if package manifest is not in the directory supplied by
reinstall/RDS then it will be copied from install location.

Application installer expects that SDK will put files into:
 - local installation:
   /home/$USERNAME/apps_rw/tmp/$PKGID/
 - global installation:
   /opt/apps/tmp/$PKGID/

Requires:
 - https://review.tizen.org/gerrit/91412

Submit together:
 - https://review.tizen.org/gerrit/91430
 - https://review.tizen.org/gerrit/91431
 - https://review.tizen.org/gerrit/91432

Verification:
 - run smoke tests,
 - run reinstall from SDK,
 - run RDS from SDK.

Change-Id: I5194dd0a850a62b8712d75e62676c4ee9eebab9f
src/common/step/configuration/step_configure.cc
src/common/step/rds/step_rds_modify.cc
src/common/step/rds/step_rds_modify.h