diff options
author | Joshua Lock <josh@linux.intel.com> | 2012-04-17 08:19:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-17 16:41:48 +0100 |
commit | 20ff9db92165e6d16897671d2b1d370661962712 (patch) | |
tree | 2c04a52af1f3685950d6a529aed3c1ef68e0c776 /bitbake/lib | |
parent | 720fe9e371eef16da19df0885188aa0341ad2090 (diff) | |
download | poky-20ff9db92165e6d16897671d2b1d370661962712.tar.gz |
lib/bb/ui/crumbs/recipeselectionpage: fix type availabel->available
(Bitbake rev: 1a39698ab8498410d159c665c015f9297f153797)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 2 |
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', |