]> code.ossystems Code Review - openembedded-core.git/commit
cross/crosssdl/native/nativesdk: Fix do_packagedata stamps
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Oct 2013 08:11:37 +0000 (08:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Oct 2013 17:25:05 +0000 (18:25 +0100)
commita64de25d6006ec6dd777d8f3820a48244dfbf62b
tree41cc13a826512fc79b383e9365a47683e04c2ac9
parent34c74ba45c04efc2dd998545bf7a31d7b06a0ee0
cross/crosssdl/native/nativesdk: Fix do_packagedata stamps

If you build nativesdk for machine A, then change to B you will see sstate
manifest warnings for the packagedata files. The stamps are machine
specific and should not be, ditto for native.

This patch copies the populate-sysroot extra stamp entries to avoid
these warnings.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cross.bbclass
meta/classes/crosssdk.bbclass
meta/classes/native.bbclass
meta/classes/nativesdk.bbclass