On 9 January 2017 at 07:09, Chen Qi <[email protected]> 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
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
