aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/cooker.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 3429e1adf..86cdd9538 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -125,8 +125,6 @@ class BBCooker:
if bbpkgs and len(self.configuration.pkgs_to_build) == 0:
self.configuration.pkgs_to_build.extend(bbpkgs.split())
- self.parseCommandLine()
-
#
# Special updated configuration we use for firing events
#