]> code.ossystems Code Review - openembedded-core.git/commit
nativesdk.bbclass: Remove historical FILES artifact
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Dec 2011 15:23:47 +0000 (15:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Dec 2011 15:58:53 +0000 (15:58 +0000)
commit9f1d23a5dd6c60ffe360d8b339768c7e4fb98323
tree637ee10a3eb053359e20271122d4da4bab32ce2a
parent92d2ea1a306354c6565a1b05b51b5719e481840f
nativesdk.bbclass: Remove historical FILES artifact

Adding everything in ${prefix} to FILES and FILES-dbg is a historical artifact
left over from when this was sdk.bbclass back in 2009.

The BBCLASSEXTEND changes, multilib changes and cleanups to this file
over the intervening time mean this is simply no long needed.

Its also outright dangerous since it can link the packages together
in circular ways which don't make sense. The simplest thing to is
to drop this since it no longer does anything useful.

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