Re: [OE-core] [OE-Core][PATCH v2] LOCKED_KEEP is undefined, so the following error will be caught.

2015-11-24 Thread Burton, Ross
On 23 November 2015 at 02:38, Bian Naimeng wrote: > /usr/lib/python2.7/site-packages/smart/transaction.py", line 1230, in run > locked[pkg] = (LOCKED_KEEP, None) > > NameError: global name 'LOCKED_KEEP' is not defined > > Upstream-Status: Submitted

[OE-core] [OE-Core][PATCH v2] LOCKED_KEEP is undefined, so the following error will be caught.

2015-11-22 Thread Bian Naimeng
/usr/lib/python2.7/site-packages/smart/transaction.py", line 1230, in run locked[pkg] = (LOCKED_KEEP, None) NameError: global name 'LOCKED_KEEP' is not defined Upstream-Status: Submitted [sm...@lists.labix.org] Signed-off-by: Bian Naimeng ---