[Buildroot] [git commit] graph-depends: ignore the 'target-post-image' target

Peter Korsgaard jacmet at sunsite.dk
Wed Mar 6 20:10:24 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=a9ba807c588e285960e08140127ea43a6066204c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 support/scripts/graph-depends |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index 1163d79..180c81d 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -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


More information about the buildroot mailing list