summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStephan Hoffmann <sho@relinux.de>2013-08-06 23:36:20 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-08-07 00:14:20 +0200
commit3d36ae7e8d70c987aa2e959c1c776542ce05d175 (patch)
tree14ddc254e7348eaae09e842e4ce053e2326ef54b /docs
parentc3c950d0d5d5e8d1382610e259a79d5ddf831941 (diff)
downloadbuildroot-3d36ae7e8d70c987aa2e959c1c776542ce05d175.tar.gz
buildroot-3d36ae7e8d70c987aa2e959c1c776542ce05d175.zip
manual: mention LIBFOO_EXTRACT_CMDS
[Samuel: add precision about non-tar archive] [Thomas: reword with more details. Fix commit title] Signed-off-by: Stephan Hoffmann <sho@relinux.de> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/adding-packages-generic.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index faf70b1d89..fdca612fc8 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -358,6 +358,13 @@ LIBFOO_VERSION = 2.32
Now, the variables that define what should be performed at the
different steps of the build process.
+* +LIBFOO_EXTRACT_CMDS+ lists the actions to be performed to extract
+ the package. This is generally not needed as tarballs are
+ automatically handled by Buildroot. However, if the package uses a
+ non-standard archive format, such as a ZIP or RAR file, or has a
+ tarball with a non-standard organization, this variable allows to
+ override the package infrastructure default behavior.
+
* +LIBFOO_CONFIGURE_CMDS+ lists the actions to be performed to
configure the package before its compilation.
OpenPOWER on IntegriCloud