package_*.bbclass: Drop fakeroot from setscene calls
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 15:15:48 +0000 (15:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 15:48:31 +0000 (16:48 +0100)
commit752c0962bb84c53e6150979c47f28960ee959795
tree503869a52fb0525aad46554ecb9941e6220fae55
parentd93a07fc1ccc68d1e2fc8a7046551c2297e80f2f
package_*.bbclass: Drop fakeroot from setscene calls

Back in 2010, I added these in commit: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=36f1ae42fe13dae174b7fb5eb85dc49d7d7b516b
however the package_write tasks sstate only consists of package files and no
fakeroot privileges are needed to write these out, only originally create them.

We can therefore drop these for some small performance gains and a less
convoluted depenency chain.

(From OE-Core rev: 3c760ce4dc15d85be07aafbfea896e7276e0c2c4)

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