summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-04-16 16:03:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-17 11:52:17 +0100
commit3c0664b687511b5cd88a78ccfc7881adf5227e8f (patch)
treee7c87f26630ffbc6cae91eba4663a982f30a4762 /bitbake
parent02881a8d0b9995f4f3c9904c06ae4b7882958591 (diff)
downloadpoky-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-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 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
1554lists: a list of 'runtime' dependencies, that is, having RDEPENDS 1554lists: a list of 'runtime' dependencies, that is, having RDEPENDS
1555values in source package's recipe, and a list of other dependencies, that is 1555values in source package's recipe, and a list of other dependencies, that is
1556the list of possible recipe variables as found in OTHER_DEPENDS_BASE plus 1556the list of possible recipe variables as found in OTHER_DEPENDS_BASE plus
1557the RRECOMENDS or TRECOMENDS value. 1557the RRECOMMENDS or TRECOMMENDS value.
1558The lists are built in the sort order specified for the package runtime 1558The lists are built in the sort order specified for the package runtime
1559dependency views. 1559dependency views.
1560""" 1560"""