summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/toastergui/tables.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py
index 74af507e92..38088201d8 100644
--- a/bitbake/lib/toaster/toastergui/tables.py
+++ b/bitbake/lib/toaster/toastergui/tables.py
@@ -561,6 +561,7 @@ class SoftwareRecipesTable(RecipesTable):
561 def __init__(self, *args, **kwargs): 561 def __init__(self, *args, **kwargs):
562 super(SoftwareRecipesTable, self).__init__(*args, **kwargs) 562 super(SoftwareRecipesTable, self).__init__(*args, **kwargs)
563 self.title = "Compatible software recipes" 563 self.title = "Compatible software recipes"
564 self.default_orderby = "name"
564 565
565 def setup_queryset(self, *args, **kwargs): 566 def setup_queryset(self, *args, **kwargs):
566 super(SoftwareRecipesTable, self).setup_queryset(*args, **kwargs) 567 super(SoftwareRecipesTable, self).setup_queryset(*args, **kwargs)