]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: do not hardcode the task name when referring to log files
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 3 Apr 2018 15:45:21 +0000 (18:45 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Apr 2018 13:48:59 +0000 (14:48 +0100)
commite2e05a327e51339d45b53e0276c287ab314e3385
tree334f3d7b56c7d924184326bd7dd1997079f3f30e
parentf830388c5e9125f385a42acd7365d1235967b57c
package_manager.py: do not hardcode the task name when referring to log files

This can be do_rootfs or do_populate_sdk, or anything else.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py