diff mbox

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

Message ID 1362509961-27574-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit a9ba807c588e285960e08140127ea43a6066204c
Headers show

Commit Message

Thomas Petazzoni March 5, 2013, 6:59 p.m. UTC
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>
---
 support/scripts/graph-depends |    1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard March 6, 2013, 8:10 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

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

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

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox

Patch

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