projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed60ce
)
graph-depends: correct is_dep() comment
author
Peter Korsgaard
<peter@korsgaard.com>
Tue, 29 Dec 2015 22:46:10 +0000
(23:46 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 29 Dec 2015 22:46:10 +0000
(23:46 +0100)
The uncached variant is called is_dep_uncached(), not is_dep_full().
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/scripts/graph-depends
patch
|
blob
|
history
diff --git
a/support/scripts/graph-depends
b/support/scripts/graph-depends
index e91c9c5b903fd33f7d153fd889d9995f849600c8..fd8ad2f590713a01d89f04aebb653cd7314c0396 100755
(executable)
--- 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)