]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: Set umask 022 also for do_unpack task
authorMartin Jansa <martin.jansa@gmail.com>
Fri, 22 Nov 2013 21:19:03 +0000 (22:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Nov 2013 14:39:51 +0000 (14:39 +0000)
commitc9289c506633ffe5c482000d8d225e45454c064d
treeca880c189081b41dc79c5b6c8fc79724bb906903
parent181a46da02d6ae74a8d1b5d06c547e0d213767ea
base.bbclass: Set umask 022 also for do_unpack task

* when git checkouts files from fetched clone it respects system umask
  and creates files with different permissions, if such files are copied
  to packages, resulting target images have also different permissions
  on them.
* we need reproducible builds across different builders with different
  system umask, so set 022 umask

[YOCTO #5590]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass