]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Correctly handle /usr/src/debug file ownership
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Mar 2013 15:37:45 +0000 (15:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Mar 2013 17:45:36 +0000 (17:45 +0000)
commit553a8010e81448629a94ab04fd989e6e49066f2b
tree4a1e40b628d88beb1fe2f9847e762dc7c10ed409
parentd60aec3f5b319f4583fa72a8357b9ddd3be62b1a
package.bbclass: Correctly handle /usr/src/debug file ownership

After the recent cached path operation improvements, we need to tell
the cache about directory changes. /usr/src/debug was was cached as
not created and this was leading to bugs in file ownership. This
change updates the cache and avoids this issue.

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