add step-copy 10/32610/9
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Tue, 30 Dec 2014 11:16:34 +0000 (12:16 +0100)
committerSabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
Tue, 6 Jan 2015 10:07:48 +0000 (11:07 +0100)
commit85aa86097ae755fe9ce4e02111afbcad3ed26fa1
tree229824f8b1daa838c81ee96824f59fc82376d41a
parenta7346c22bec171d7e7066e30704ed77768396066
add step-copy

step-copy aims to copy the already extracted applications temporary
folder to a <pkg_id>/<app_id> folder.

CopyDir() function based on boost::filesystem interface is added
to utils namespace.

Change-Id: Ibaf32a38eabe92202b9373814968ff97a7e693f7
Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
common/CMakeLists.txt
common/include/context_installer.h
common/include/step/step_copy.h [new file with mode: 0644]
common/include/utils.h
common/src/step/step_copy.cc [new file with mode: 0644]
common/src/utils.cc
wgt/src/wgt_backend.cc