[OE-core] [PATCH] devtool: update-recipe: enable var history tracking

2015-09-30 Thread Markus Lehtonen
Enable variable history tracking so that the variables are updated in the correct file - i.e. in the file they are already defined. [YOCTO #7715] Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/__init__.py | 4 ++-- scripts/lib/devtool/standard.py | 2 +- 2 files changed, 3 insertions(+)

Re: [OE-core] [PATCH] devtool: update-recipe: enable var history tracking

2015-09-30 Thread Paul Eggleton
On Wednesday 30 September 2015 16:51:53 Markus Lehtonen wrote: > Enable variable history tracking so that the variables are updated in > the correct file - i.e. in the file they are already defined. > > [YOCTO #7715] > > Signed-off-by: Markus Lehtonen > --- > scripts/lib/devtool/__init__.py | 4