graph-depends: ignore the 'target-generic-dont-remount-rw' target

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 <luca@lucaceresoli.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Luca Ceresoli 2013-05-14 22:11:02 +00:00 committed by Peter Korsgaard
parent cf81029c01
commit b193c1264a

View File

@ -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",