From e353b2e8d48c8ffce579342fac9ccfc62127bec8 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 28 May 2020 13:22:57 -0400 Subject: wrap: Add patch_directory support Copy a tree instead of extracting an archive. Closes: #7216 --- docs/markdown/Wrap-dependency-system-manual.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/markdown/Wrap-dependency-system-manual.md') diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md index 868263c..f6c658f 100644 --- a/docs/markdown/Wrap-dependency-system-manual.md +++ b/docs/markdown/Wrap-dependency-system-manual.md @@ -79,6 +79,9 @@ revision = head - `patch_fallback_url` - fallback URL to be used when download from `patch_url` fails *Since: 0.55.0* - `patch_filename` - filename of the downloaded overlay archive - `patch_hash` - sha256 checksum of the downloaded overlay archive +- `patch_directory` - *Since 0.55.0* Overlay directory, alternative to `patch_filename` in the case + files are local instead of a downloaded archive. The directory must be placed in + `subprojects/packagefiles`. - `lead_directory_missing` - for `wrap-file` create the leading directory name. Needed when the source file does not have a leading directory. -- cgit v1.1