]> code.ossystems Code Review - openembedded-core.git/commit
package_deb.bbclass: Place the whole task under fakeroot context to fix build failures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Feb 2011 10:53:15 +0000 (10:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Feb 2011 10:53:25 +0000 (10:53 +0000)
commit9a28ad6b0291e0d4c4aae6ba25a9f7752d5c2e11
tree84d75faea46e044ba2c44855175879dd7fd5c3a0
parentb43af1811a80a57634127fdc66b08dfeb66e1466
package_deb.bbclass: Place the whole task under fakeroot context to fix build failures

If we don't do this, the ipk/rpm backends can create temporary files and then
when the deb package creates new files, those inodes can be reused and permission
confusion results.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_deb.bbclass