On Mon, 2019-11-18 at 15:28 +0100, Alexander Kanavin wrote: > This reverts commit 41d225f4a37d02e9f79bdbfb79caac8cd3d291ce. > > Unfortunately this change broke 'devtool upgrade' functionality, > causing 'devtool finish' to write out an upgraded recipe that no > longer includes the original upstream source in SRC_URI. > > Signed-off-by: Alexander Kanavin <[email protected]> > --- > scripts/lib/devtool/standard.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/lib/devtool/standard.py > b/scripts/lib/devtool/standard.py > index 8d9c1a30225..1c0cd8ab51b 100644 > --- a/scripts/lib/devtool/standard.py > +++ b/scripts/lib/devtool/standard.py > @@ -2021,7 +2021,7 @@ def finish(args, config, basepath, workspace): > remove_work=args.remove_work > tinfoil = setup_tinfoil(basepath=basepath, tracking=True) > try: > - rd = parse_recipe(config, tinfoil, args.recipename, True, > False) > + rd = parse_recipe(config, tinfoil, args.recipename, True) > if not rd: > return 1
Are we missing a test case for something here? If yes, would that be worth noting in bugzilla whilst we know about it? Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
