[Buildroot] [PATCH] graph-depends: ignore the 'target-purgelocales' target (v2)

Danomi Manchego danomimanchego123 at gmail.com
Thu May 16 08:46:04 UTC 2013


Otherwise, graph-depends tries to call 'make target-purgelocales-show-depends',
which does not exist, as 'target-purgelocales' is not an actual package.

Signed-off-by: Danomi Manchego <danomimanchego123 at gmail.com>

---
v2: Fix misspelling in commit log
---
 support/scripts/graph-depends |    1 +
 1 file changed, 1 insertion(+)

diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index 790e24e..50b8670 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -170,6 +170,7 @@ TARGET_EXCEPTIONS = [
     "target-generic-hostname",
     "target-root-passwd",
     "target-post-image",
+    "target-purgelocales",
 ]
 
 # In full mode, start with the result of get_targets() to get the main
-- 
1.7.9.5



More information about the buildroot mailing list