From patchwork Wed Aug 8 23:19:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 0/1] cooker.py: disignore explicitly requested packages Date: Wed, 08 Aug 2012 23:19:41 -0000 From: Peter Seebach X-Patchwork-Id: 34103 Message-Id: To: It turns out that ASSUMED_PROVIDED trumps command-line. This is surprising, and more so because there is no diagnostic; the user is not told "this package is being ignored", you just get told that 0 out of 0 tasks were run, and all succeeded. We could add a diagnostic, but really, it seems as though it makes sense to trust the user; a user who really wants to build bzip2-native even though it is presumably provided by the host probably has reasons. (Note: "The test plan says..." is a reason.) The following changes since commit 23bd5300b4a99218a15f4f6b0ab4091d63a602a5: Richard Purdie (1): data_smart: Fix unanchored regexp causing strange parsing issue are available in the git repository at: git://git.yoctoproject.org/poky-contrib seebs/cooker http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/cooker Peter Seebach (1): cooker.py: Remove explicit build targets from the ignored list lib/bb/cooker.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)