aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/usermanual/reference/var_src_uri.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml
index c4f30a295b..4b8df9bbf8 100644
--- a/docs/usermanual/reference/var_src_uri.xml
+++ b/docs/usermanual/reference/var_src_uri.xml
@@ -91,7 +91,8 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31
it is unpacked into the work directory, <command>${WORKDIR}</command>. The
unpacker recognises several archive and compression types and for these it
will decompress any compressed files and extract all of the files from
- archives into the work directory. The supported types are:</para>
+ archives into the work directory, unless the option <command>unpack=no</command>
+ is set for the given file. The supported types are:</para>
<variablelist>
<varlistentry>
@@ -192,6 +193,16 @@ SRC_URI[sha256sum] = &quot;36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31
md5sum option provided.</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>unpack={yes|no}</term>
+
+ <listitem>
+ <para>If set to 'yes' (default) and the source file is an archive,
+ then the archive will be decompressed and unpacked into the ${WORKDIR}.
+ Otherwise, the archive will be copied into the ${WORKDIR}.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
<para>Related variables:</para>