aboutsummaryrefslogtreecommitdiff
path: root/hwpack
diff options
context:
space:
mode:
authorMichael Hudson <michael.hudson@linaro.org>2010-12-17 12:18:05 +1300
committerMichael Hudson <michael.hudson@linaro.org>2010-12-17 12:18:05 +1300
commit4c46ba6bb5a81f90871c7818d6b0f21eb12e00b2 (patch)
tree1b0ef274c59b59ffed70f941dde26364b4be0b6e /hwpack
parentd19c02d328801c2e1ebcb929407fd3e4373eb346 (diff)
de-XXX
Diffstat (limited to 'hwpack')
-rw-r--r--hwpack/packages.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/hwpack/packages.py b/hwpack/packages.py
index 2f2fa5d..d231bad 100644
--- a/hwpack/packages.py
+++ b/hwpack/packages.py
@@ -25,7 +25,9 @@ def get_packages_file(packages, extra_text=None, rel_to=None):
:param extra_text: extra text to insert in to each stanza.
Should not end with a newline.
:type extra_text: str or None
- :param rel_to: XXX
+ :param rel_to: If present, generate the Filename: parts of the Packages
+ file as paths relative to this location. If not present, Filename:
+ will just include the file name (not the path).
:return: the Packages file contents indexing `packages`.
:rtype: str
"""