summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-hooks.txt
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-08 22:15:07 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-09 17:25:48 +0200
commit0611045c42373f0049a5f95bcbea91bbb22b0e27 (patch)
treea4a1ed99455397f6a211e8e687c398c5bd5d6ed2 /docs/manual/adding-packages-hooks.txt
parent3a0a020a2e50ab8e0eabc2575754108fba5e0876 (diff)
downloadbuildroot-0611045c42373f0049a5f95bcbea91bbb22b0e27.tar.gz
buildroot-0611045c42373f0049a5f95bcbea91bbb22b0e27.zip
manual: patches are not applied for SITE_METHOD = local
We had several remarks on the mailing list of users that were surprised that patches were not applied for packages whose SITE_METHOD is local. So document this. Note that for OVERRIDE_SRCDIR itself it is already documented: When Buildroot finds that for a given package, an <pkg>_OVERRIDE_SRCDIR has been defined, it will no longer attempt to download, extract and patch the package. Instead, it will directly use the source code available in in the specified directory. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-hooks.txt')
-rw-r--r--docs/manual/adding-packages-hooks.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/adding-packages-hooks.txt b/docs/manual/adding-packages-hooks.txt
index d25092ac25..0ce79f8907 100644
--- a/docs/manual/adding-packages-hooks.txt
+++ b/docs/manual/adding-packages-hooks.txt
@@ -59,6 +59,7 @@ endef
LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP
----------------------
+[[hooks-rsync]]
==== Using the +POST_RSYNC+ hook
The +POST_RSYNC+ hook is run only for packages that use a local source,
either through the +local+ site method or the +OVERRIDE_SRCDIR+
OpenPOWER on IntegriCloud