All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/2] Serious regression in multiprocess_exec()
Date: Thu, 28 Aug 2014 17:11:02 +0200	[thread overview]
Message-ID: <cover.1409238578.git.pkj@axis.com> (raw)

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



             reply	other threads:[~2014-08-28 15:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-28 15:11 Peter Kjellerstedt [this message]
2014-08-28 15:11 ` [PATCH 1/2] lib/oe/utils: Make multiprocess_exec() return anything Peter Kjellerstedt
2014-08-28 15:11 ` [PATCH 2/2] package: Correct two typos in a comment Peter Kjellerstedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1409238578.git.pkj@axis.com \
    --to=peter.kjellerstedt@axis.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.