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:50:08 +0000 (17:50 +0000)
commited1e9c611f06001139425f44bda83d80667c3dab
tree9d390441b7378cfcc12640048b1b325f9df2b182
parentdd14afc4d62365f1d2e282b7a2dde823261c2270
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.

(From OE-Core rev: 553a8010e81448629a94ab04fd989e6e49066f2b)

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