summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/recipeselectionpage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
index 6ecc7965d0..6bc9c168af 100755
--- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
+++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
@@ -99,7 +99,7 @@ class RecipeSelectionPage (HobPage):
99 }] 99 }]
100 }, { 100 }, {
101 'name' : 'Tasks', 101 'name' : 'Tasks',
102 'tooltip' : 'All tasks availabel in the Yocto Project', 102 'tooltip' : 'All tasks available in the Yocto Project',
103 'filter' : { RecipeListModel.COL_TYPE : ['task'] }, 103 'filter' : { RecipeListModel.COL_TYPE : ['task'] },
104 'columns' : [{ 104 'columns' : [{
105 'col_name' : 'Task name', 105 'col_name' : 'Task name',