Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] graph-depends: ignore the 'target-purgelocales' target (v2)
@ 2013-05-16  8:46 Danomi Manchego
  2013-05-16  9:02 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Danomi Manchego @ 2013-05-16  8:46 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] graph-depends: ignore the 'target-purgelocales' target (v2)
  2013-05-16  8:46 [Buildroot] [PATCH] graph-depends: ignore the 'target-purgelocales' target (v2) Danomi Manchego
@ 2013-05-16  9:02 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-05-16  9:02 UTC (permalink / raw)
  To: buildroot

Dear Danomi Manchego,

On Thu, 16 May 2013 04:46:04 -0400, Danomi Manchego wrote:
> 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@gmail.com>
> 
> ---
> v2: Fix misspelling in commit log

And this one cannot be applied, because you added (v2) in the title of
the commit. The v2 should be in the [PATCH v2], so that it get
discarded by git.

 git send-email --subject-prefix="PATCH v2" HEAD^

You can also use --subject-prefix with git format-patch if you
separately format your patches and send them.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-16  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16  8:46 [Buildroot] [PATCH] graph-depends: ignore the 'target-purgelocales' target (v2) Danomi Manchego
2013-05-16  9:02 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox