summaryrefslogtreecommitdiffstats
path: root/support/scripts
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-12-29 23:46:10 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-12-29 23:46:10 +0100
commitf62ce058be91a999716210a86f968be5bd515c4f (patch)
tree25f9406da934e66f0d4df794d2b2edb3959d29ef /support/scripts
parent5ed60cee1ed5f8a8e93866fc9db9ff890184afce (diff)
downloadbuildroot-f62ce058be91a999716210a86f968be5bd515c4f.tar.gz
buildroot-f62ce058be91a999716210a86f968be5bd515c4f.zip
graph-depends: correct is_dep() comment
The uncached variant is called is_dep_uncached(), not is_dep_full(). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/scripts')
-rwxr-xr-xsupport/scripts/graph-depends2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index e91c9c5b90..fd8ad2f590 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -270,7 +270,7 @@ def is_dep_uncached(pkg,pkg2,deps):
pass
return False
-# See is_dep_full() above; this is the cached version.
+# See is_dep_uncached() above; this is the cached version.
def is_dep(pkg,pkg2,deps):
try:
return is_dep_cache_lookup(pkg, pkg2)
OpenPOWER on IntegriCloud