diff options
-rwxr-xr-x | bitbake/lib/toaster/toastergui/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index be59c83651..06c7dd5f0a 100755 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
@@ -1554,7 +1554,7 @@ dependencies. The return value is a dictionary consisting of two other | |||
1554 | lists: a list of 'runtime' dependencies, that is, having RDEPENDS | 1554 | lists: a list of 'runtime' dependencies, that is, having RDEPENDS |
1555 | values in source package's recipe, and a list of other dependencies, that is | 1555 | values in source package's recipe, and a list of other dependencies, that is |
1556 | the list of possible recipe variables as found in OTHER_DEPENDS_BASE plus | 1556 | the list of possible recipe variables as found in OTHER_DEPENDS_BASE plus |
1557 | the RRECOMENDS or TRECOMENDS value. | 1557 | the RRECOMMENDS or TRECOMMENDS value. |
1558 | The lists are built in the sort order specified for the package runtime | 1558 | The lists are built in the sort order specified for the package runtime |
1559 | dependency views. | 1559 | dependency views. |
1560 | """ | 1560 | """ |