Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] bitbake/fetch2: add support for wrapper command
@ 2012-01-12 23:03 Matthew McClintock
  2012-01-12 23:03 ` [PATCH 2/2] " Matthew McClintock
  2012-01-16  4:53 ` [PATCH 1/2] " Saul Wold
  0 siblings, 2 replies; 5+ messages in thread
From: Matthew McClintock @ 2012-01-12 23:03 UTC (permalink / raw)
  To: openembedded-core

cc: bitbake-devel@lists.openembedded.org
Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 bitbake/lib/bb/fetch2/__init__.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index 3af56e5..1d7d5c7 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -389,6 +389,8 @@ def runfetchcmd(cmd, d, quiet = False, cleanup = []):
     Optionally remove the files/directories listed in cleanup upon failure
     """
 
+    cmd = "%s %s" % (bb.data.getVar("BB_FETCH_WRAPPER", d, True), cmd)
+
     # Need to export PATH as binary could be in metadata paths
     # rather than host provided
     # Also include some other variables.
-- 
1.7.6.1





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

end of thread, other threads:[~2012-01-16 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-12 23:03 [PATCH 1/2] bitbake/fetch2: add support for wrapper command Matthew McClintock
2012-01-12 23:03 ` [PATCH 2/2] " Matthew McClintock
2012-01-16  4:53 ` [PATCH 1/2] " Saul Wold
2012-01-16 12:32   ` Richard Purdie
2012-01-16 15:05     ` McClintock Matthew-B29882

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