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

Peter Kjellerstedt peter.kjellerstedt at axis.com
Fri Apr 28 20:24:58 UTC 2017


So, should I change it to:

STAGING_FIXMES = "HOSTTOOLS_DIR ${EXTRA_STAGING_FIXMES}"
EXTRA_STAGING_FIXMES ?= ""

And use ${STAGING_FIXMES} instead of ${EXTRA_STAGING_FIXMES} later on?

//Peter

From: Burton, Ross [mailto:ross.burton at intel.com]
Sent: den 28 april 2017 17:06
To: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Cc: OE-core <openembedded-core at 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.kjellerstedt at axis.com<mailto:peter.kjellerstedt at axis.com>> 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 done ="FOODIR" would override HOSTTOOLS_DIR.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170428/690c2423/attachment-0002.html>


More information about the Openembedded-core mailing list