]> Git Repo - buildroot-mgba.git/commitdiff
graph-depends: ignore the 'target-post-image' target
authorThomas Petazzoni <[email protected]>
Tue, 5 Mar 2013 08:59:21 +0000 (08:59 +0000)
committerPeter Korsgaard <[email protected]>
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 <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
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
This page took 0.035521 seconds and 4 git commands to generate.