diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-04-16 16:03:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-17 11:52:17 +0100 |
commit | 3c0664b687511b5cd88a78ccfc7881adf5227e8f (patch) | |
tree | e7c87f26630ffbc6cae91eba4663a982f30a4762 /bitbake | |
parent | 02881a8d0b9995f4f3c9904c06ae4b7882958591 (diff) | |
download | poky-3c0664b687511b5cd88a78ccfc7881adf5227e8f.tar.gz |
bitbake: toastergui: minor spelling fixes
RRECOMENDS -> RRECOMMENDS
TRECOMENDS -> TRECOMMENDS
(Bitbake rev: 8cb95090c4b35b3fa54b25110ed6be4ef0d18e15)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-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 | """ |