]> code.ossystems Code Review - openembedded-core.git/commit
package_{deb,ipk,rpm}: apply umask to files generated in do_package_write_{deb,ipk...
authorAndreas Oberritter <obi@opendreambox.org>
Sat, 10 Mar 2012 02:11:57 +0000 (03:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Apr 2012 15:53:49 +0000 (16:53 +0100)
commitd2a54427481856238bdfec9723cf575088320512
tree764642c6bcf162a5b99a6bf03310023864d8aba2
parent20996da46aff03e61de50444ab3a0ab46c057dfd
package_{deb,ipk,rpm}: apply umask to files generated in do_package_write_{deb,ipk,rpm}

* Explicitly set umask to 022. Otherwise the build system's
  umask may leak into the image.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass