graph-depends: ignore the 'target-post-image' target
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Mar 2013 08:59:21 +0000 (08:59 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 6 Mar 2013 20:10:24 +0000 (21:10 +0100)
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>
support/scripts/graph-depends

index 1163d796739166ab13adebaa2efb92352abaa416..180c81d94ccb1c941d38cd09ad2f6e856e5ffa43 100755 (executable)
@@ -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