diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-01 14:21:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-01 16:51:17 +0000 |
commit | 6021e309e69d823e1467648aee12a32182945569 (patch) | |
tree | 6d97d64cdad476b8d249df9e516c5addb39a6676 /meta/classes/packagehistory.bbclass | |
parent | 509a8a9ea428debf3ff2115fcff0aa89d0239ced (diff) | |
download | openembedded-core-6021e309e69d823e1467648aee12a32182945569.tar.gz openembedded-core-6021e309e69d823e1467648aee12a32182945569.tar.bz2 openembedded-core-6021e309e69d823e1467648aee12a32182945569.tar.xz openembedded-core-6021e309e69d823e1467648aee12a32182945569.zip |
package.bbclass: Fix various problems
Before this change:
a) Ownership and permissions of files copied from packages to
package-split could get lost during the copy process. This change
ensures they are preserved.
b) Ownership and permissions of directories could also get lost.
Most of the complexity in this patch is addressing this problem
ensuring newly created directories match the source ones being
copied.
c) There was no warning about directories being created but not
shipped by any package.
This patch fixes all of the above issues.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/packagehistory.bbclass')
0 files changed, 0 insertions, 0 deletions