[OE-core] [PATCH 2/2] selftest/buildoptions.py: do not hardcode 'tmp' for TMPDIR

Burton, Ross ross.burton at intel.com
Mon Jan 9 10:35:40 UTC 2017


On 9 January 2017 at 07:09, Chen Qi <Qi.Chen at windriver.com> wrote:

> -        pkgs_path = g.glob(str(self.builddir) +
> "/tmp/deploy/sources/allarch*/xcurs*")
> +        tmp_dir = get_bb_var('TMPDIR')
> +        pkgs_path = g.glob(str(tmp_dir) + "/deploy/sources/allarch*/
> xcurs*")
>

I think you meant DEPLOY_DIR_SRC :)

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


More information about the Openembedded-core mailing list