* Without it it says: "bzr: ERROR: No pull location known or specified."
* I'm not sure if its repository specific, or if all bzr repos behave
like this.
---
lib/bb/fetch/bzr.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/bb/fetch/bzr.py b/lib/bb/fetch/bzr.py
index b27fb63..0a2f746 100644
--- a/lib/bb/fetch/bzr.py
+++ b/lib/bb/fetch/bzr.py
@@ -82,7 +82,7 @@ class Bzr(Fetch):
if command is "fetch":
bzrcmd = "%s co %s %s://%s" % (basecmd, " ".join(options),
proto, bzrroot)
elif command is "update":
- bzrcmd = "%s pull %s --overwrite" % (basecmd, "
".join(options))
+ bzrcmd = "%s pull %s --overwrite %s://%s" % (basecmd, "
".join(options), proto, bzrroot)
else:
raise FetchError("Invalid bzr command %s" % command)
--
1.6.5.3
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev