]> code.ossystems Code Review - openembedded-core.git/commit
meta/lib/oe/package.py: fix files ownership in packages
authorFabrice Coulon <fabrice.coulon@axis.com>
Thu, 14 May 2015 18:01:40 +0000 (19:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 17:13:17 +0000 (18:13 +0100)
commitad1a50a549377a0a74c51e20e53f146011e6c269
treefacfa3f4ca44c725c8e606bfe244cdd954035f18
parent4a44c9287d80dec0973b31d30d3d6250ce4b4df4
meta/lib/oe/package.py: fix files ownership in packages

This fix solves the problem with the ownership of files in packages.
The do_install task was producing correct and expected output but when
the files were being put in, e.g. a rpm package, the ownership could
be different than that in the do_install task.

[YOCTO #7428]

(From OE-Core master rev: 1a50cc5aeafff0d8ee6c4a41dd2770ecd31455f0)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Fabrice Coulon <fabrice.coulon@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package.py