Re: [OE-core] [PATCH v2 1/1] package.bbclass: Remove unused variables and imports
On 26 October 2016 at 18:39, Ulf Magnusson wrote: > # Skip it if the target doesn't exist > try: > -s = os.stat(fpath) > +os.stat(fpath) > except OSError as e: > (err, strerror) = e.args > if
[OE-core] [PATCH v2 1/1] package.bbclass: Remove unused variables and imports
Probably leftovers. Verified with a full core-image-sato build. For imports, I tried to find helper functions that might use an import from the parent function as well. Signed-off-by: Ulf Magnusson --- meta/classes/package.bbclass | 13 + 1 file changed, 1 insertion(+), 12 deletions(