Re: [OE-core] [PATCH 2/2] sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring state

2017-04-28 Thread Peter Kjellerstedt
: Peter Kjellerstedt <peter.kjellerst...@axis.com> Cc: OE-core <openembedded-core@lists.openembedded.org> Subject: Re: [OE-core] [PATCH 2/2] sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring state On 28 April 2017 at 16:01, Peter Kjellerstedt <peter.kjellerst

Re: [OE-core] [PATCH 2/2] sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring state

2017-04-28 Thread Burton, Ross
On 28 April 2017 at 16:01, Peter Kjellerstedt wrote: > -EXTRA_STAGING_FIXMES ?= "" > +EXTRA_STAGING_FIXMES ?= "HOSTTOOLS_DIR" > EXTRA and ?= suggests that this should remain "" and the HOSTTOOLS_DIR relocation is handled in another way, as other classes that have

[OE-core] [PATCH 2/2] sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring state

2017-04-28 Thread Peter Kjellerstedt
Paths to host tools that have been copied to ${HOSTTOOLS_DIR} may end up in the sstate cache. They thus need to be corrected when restoring from the sstate cache. Signed-off-by: Peter Kjellerstedt --- meta/classes/sstate.bbclass | 2 +-