]> Git Repo - buildroot-mgba.git/commitdiff
graph-depends: ignore the 'target-generic-dont-remount-rw' target
authorLuca Ceresoli <[email protected]>
Tue, 14 May 2013 22:11:02 +0000 (22:11 +0000)
committerPeter Korsgaard <[email protected]>
Wed, 15 May 2013 14:04:35 +0000 (16:04 +0200)
The graph-depends script tries to call 'make target-generic-dont-remount-rw',
which doesn't exist since 'target-generic-dont-remount-rw' is not a package.

See also the comments for commit 72bd61e5b8c2094378.

Signed-off-by: Luca Ceresoli <[email protected]>
Acked-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
support/scripts/graph-depends

index 180c81d94ccb1c941d38cd09ad2f6e856e5ffa43..8d81969dda3e6123ee88f587b119e09cdbad5c98 100755 (executable)
@@ -164,6 +164,7 @@ TARGET_EXCEPTIONS = [
     "target-generic-issue",
     "target-generic-getty-busybox",
     "target-generic-do-remount-rw",
+    "target-generic-dont-remount-rw",
     "target-finalize",
     "erase-fakeroots",
     "target-generic-hostname",
This page took 0.028862 seconds and 4 git commands to generate.