summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib')
-rwxr-xr-xbitbake/lib/toaster/toastergui/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index 807bf9bee1..fe016cce94 100755
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -1401,7 +1401,7 @@ def bpackage(request, build_id):
1401 'qhelp':'The Git branch of the layer providing the recipe that builds the package', 1401 'qhelp':'The Git branch of the layer providing the recipe that builds the package',
1402 'orderfield': _get_toggle_order(request, "recipe__layer_version__branch"), 1402 'orderfield': _get_toggle_order(request, "recipe__layer_version__branch"),
1403 'ordericon':_get_toggle_order_icon(request, "recipe__layer_version__branch"), 1403 'ordericon':_get_toggle_order_icon(request, "recipe__layer_version__branch"),
1404 'orderkey' : 'recipe__layer_version__layer__branch', 1404 'orderkey' : 'recipe__layer_version__branch',
1405 'clclass': 'recipe__layer_version__branch', 'hidden': 1, 1405 'clclass': 'recipe__layer_version__branch', 'hidden': 1,
1406 }, 1406 },
1407 { 1407 {