]> code.ossystems Code Review - openembedded-core.git/commit
nativesdk.bbclass: Correct ordering of manipulations
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Jun 2011 13:36:12 +0000 (14:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Jun 2011 15:19:39 +0000 (16:19 +0100)
commitc3d317014f417ca895458b797afdf6c40e5b5a57
treeee8c08853cc39d08186a81152261d0a7eb6886da
parentcf9e6b299aaae23f459d1887e9acf721c0b3f9a4
nativesdk.bbclass: Correct ordering of manipulations

OVERDIDES is the key variable that needs to be set prior to data finalisation.
The other variables should be manipulated after finalisation so any
DEPENDS_prepend and _append are accounted for. This patch ensures this is
the case.

The PACKAGES maniupulations are not enabled at this time as they
don't function 100% correctly yet.

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