This fixes a serious regression in multiprocess_exec() which prevented it from returning anything. This caused package_do_filedeps() in package.bbclass to no longer add any runtime dependencies based on what oe.package.filedeprunner() was supposed to return...
Since the change to multiprocess_exec() will _not_ trigger do_package to be rerun for the affected packages, I have also included a small typo correction to a comment in do_package so its sstate is invalidated. The following changes since commit c16795477ea7e2159b5d3808268912b572887e2d: qemu: add PACKAGECONFIG for numa (2014-08-27 12:13:38 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib pkj/multiprocess_exec http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/multiprocess_exec Peter Kjellerstedt (2): lib/oe/utils: Make multiprocess_exec() return anything package: Correct two typos in a comment meta/classes/package.bbclass | 6 +++--- meta/lib/oe/utils.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) -- 1.9.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
