graph-depends: ignore the 'target-post-image' target

Since the introduction of the post-image mechanism, the graph-depends
script is broken: it tries to call 'make
target-post-image-show-depends', which doesn't exist since
'target-post-image' is not a package.

So we should simply ignore this 'target-post-image'.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013.08.x
Thomas Petazzoni 2013-03-05 08:59:21 +00:00 committed by Peter Korsgaard
parent b9bb2c64cd
commit a9ba807c58
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ TARGET_EXCEPTIONS = [
"erase-fakeroots",
"target-generic-hostname",
"target-root-passwd",
"target-post-image",
]
# In full mode, start with the result of get_targets() to get the main