From 2684070ac631787171a06926d324391756e6956b Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 24 Oct 2008 16:22:19 +0100 Subject: bitbake-dev: Include target/command (from -c) in "buildTargets" command This allows a UI to read / control which task for the given targets is used. This makes it more consistent with the "buildFile" command. --- bitbake-dev/lib/bb/command.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bitbake-dev/lib/bb/command.py') diff --git a/bitbake-dev/lib/bb/command.py b/bitbake-dev/lib/bb/command.py index 0d4ef4256..5885b375a 100644 --- a/bitbake-dev/lib/bb/command.py +++ b/bitbake-dev/lib/bb/command.py @@ -155,8 +155,9 @@ class CommandsAsync: Build a set of targets """ pkgs_to_build = params[0] + task = params[1] - command.cooker.buildTargets(pkgs_to_build) + command.cooker.buildTargets(pkgs_to_build, task) def generateDepTreeEvent(self, command, params): """ -- cgit v1.2.3