poky/bitbake/lib/bb
Mattias Hansson c4338a9420 bitbake: lib/bb/utils: prevent movefile from changing dest dir permissions
Prevent movefile from falsely setting the source file's owner and
permissions on the destination directory instead of the destination
file when moving between devices.

This bug caused the last file moved into a directory to dictate the
directory's owner and permissions.

(Bitbake rev: 82ea737a0b42a8b53e11c9cde141e9e9c0bd8c40)

Signed-off-by: Mattias Hansson <mattias.hansson@axis.com>
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-04-23 17:26:05 +01:00
..
fetch2 bitbake: fetch2/git: log exception if ls-remote fails 2018-03-28 12:51:52 +01:00
parse bitbake: parse/ast: Abstract anonymous function execution into a function 2018-03-04 11:35:42 +00:00
pysh bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
server bitbake: bitbake: cooker: don't stop file notifier when cooker is shutdown 2018-02-14 15:26:03 +00:00
tests bitbake: tests/fetch: state which upstream failed 2018-03-28 12:51:52 +01:00
ui bitbake: toaster: some recipe events do not include packages 2017-12-18 15:05:29 +00:00
__init__.py bitbake: bitbake: Update version to 1.37.0 for development 2017-10-31 09:07:54 +00:00
build.py bitbake: build.py: Don't return dependencies for tasks which don't exist 2017-12-28 15:08:34 +00:00
cache_extra.py bitbake: bitbake: cooker: get extra information from recipe cache 2013-09-22 12:19:44 +01:00
cache.py bitbake: bitbake: cache: improve debug message 2018-02-14 15:26:03 +00:00
checksum.py bitbake: lib/bb/checksum: avoid exception on broken symlinks 2016-07-29 09:53:32 +01:00
codeparser.py bitbake: codeparser: add some comments 2017-04-05 23:19:17 +01:00
command.py bitbake: cooker: clear extra config settings and remote datastores on client disconnect 2017-09-05 15:00:49 +01:00
compat.py bitbake: compat/server/utils: Jettison pre python 2.7.3 workarounds 2013-06-14 17:26:30 +01:00
cooker.py bitbake: cooker: Fix environment double key expansion issue 2018-03-04 11:35:42 +00:00
cookerdata.py bitbake: cookerdata: Issue warning if layer doesn't set LAYERSERIES_COMPAT_x 2018-04-06 11:39:49 +01:00
COW.py bitbake: lib/bb/COW.py: fix typo in Tim Ansell's name 2017-05-15 16:21:20 +01:00
daemonize.py bitbake: daemonize: Always print any remaning UI events at exit 2017-08-03 11:14:13 +01:00
data_smart.py bitbake: data_smart: Don't cache/process capitalised overrides 2017-05-18 13:19:55 +01:00
data.py bitbake: data: Micro performance optimisation tweak 2017-07-08 13:29:54 +01:00
event.py bitbake: events: Drop unused cfg property 2018-01-08 08:48:54 +00:00
exceptions.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
main.py bitbake: main/runqueue: Rework runall task and add runonly option 2018-02-14 15:26:03 +00:00
methodpool.py bitbake: event/utils/methodpool: Add a cache of compiled code objects 2015-12-22 00:02:05 +00:00
monitordisk.py bitbake: monitordisk: add event 2016-12-07 10:42:22 +00:00
msg.py bitbake: knotty: prevent extra logger from being enabled for tinfoil 2017-06-12 15:07:39 +01:00
namedtuple_with_abc.py bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. 2014-08-25 08:57:45 +01:00
persist_data.py bitbake: prserv/persist_data/utils: Drop obsolete python2 imports 2017-01-09 13:39:13 +00:00
process.py bitbake: bitbake:process: flush stderr/stdout to log 2017-06-14 14:54:24 +01:00
progress.py bitbake: lib/bb/progress: avoid possibility of start event being reported twice 2016-07-26 08:10:35 +01:00
providers.py bitbake: providers: Fix determinism issue 2017-12-10 22:45:21 +00:00
remotedata.py bitbake: remotedata: enable transporting datastore from the client to the server 2016-12-14 12:25:07 +00:00
runqueue.py bitbake: runqueue: Ensure only recursive task dependencies are pruned 2018-03-01 22:14:12 +00:00
siggen.py bitbake: siggen: move reset() definition to base SignatureGenerator class 2017-09-05 15:00:49 +01:00
taskdata.py bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandline option 2017-09-02 00:52:10 +01:00
tinfoil.py bitbake: tinfoil: ensure get_recipe_info() returns Null if recipe not found 2017-11-21 13:06:45 +00:00
utils.py bitbake: lib/bb/utils: prevent movefile from changing dest dir permissions 2018-04-23 17:26:05 +01:00