On 9 January 2017 at 07:09, Chen Qi <[email protected]> wrote: > + tmp_dir = get_bb_var('TMPDIR') > + self.assertFalse(os.path.isfile(os.path.join(tmp_dir, > 'deploy/licenses/readline/generic_GPLv3'))) > + self.assertTrue(os.path.isfile(os.path.join(tmp_dir, > 'deploy/licenses/readline/generic_GPLv2'))) >
If we're going to remove path assumptions, then LICENSE_DIRECTORY is $DEPLOY_DIR/licenses. Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
