Update Buildroot from 17.02.4 -> 17.02.5
This commit is contained in:
@@ -315,7 +315,10 @@ information is (assuming the package name is +libfoo+) :
|
||||
** +local+ for a local source code directory. One should use this
|
||||
when +LIBFOO_SITE+ specifies a local directory path containing
|
||||
the package source code. Buildroot copies the contents of the
|
||||
source directory into the package's build directory.
|
||||
source directory into the package's build directory. Note that
|
||||
for +local+ packages, no patches are applied. If you need to
|
||||
still patch the source code, use +LIBFOO_POST_RSYNC_HOOKS+, see
|
||||
xref:hooks-rsync[].
|
||||
|
||||
* +LIBFOO_GIT_SUBMODULES+ can be set to +YES+ to create an archive
|
||||
with the git submodules in the repository. This is only available
|
||||
|
||||
@@ -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+
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -155,8 +155,8 @@ List of Examples
|
||||
|
||||
---------------------------------------------------------------------
|
||||
|
||||
Buildroot 2017.02.4 manual generated on 2017-07-04 16:52:52 UTC from
|
||||
git revision 7ea1487c0a
|
||||
Buildroot 2017.02.5 manual generated on 2017-07-26 21:36:58 UTC from
|
||||
git revision a2818c7cfa
|
||||
|
||||
The Buildroot manual is written by the Buildroot developers. It is
|
||||
licensed under the GNU General Public License, version 2. Refer to
|
||||
@@ -4171,7 +4171,10 @@ information is (assuming the package name is libfoo) :
|
||||
+ local for a local source code directory. One should use this
|
||||
when LIBFOO_SITE specifies a local directory path containing
|
||||
the package source code. Buildroot copies the contents of the
|
||||
source directory into the package’s build directory.
|
||||
source directory into the package’s build directory. Note
|
||||
that for local packages, no patches are applied. If you need
|
||||
to still patch the source code, use LIBFOO_POST_RSYNC_HOOKS,
|
||||
see Section 17.18.1, “Using the POST_RSYNC hook”.
|
||||
* LIBFOO_GIT_SUBMODULES can be set to YES to create an archive with
|
||||
the git submodules in the repository. This is only available for
|
||||
packages downloaded with git (i.e. when LIBFOO_SITE_METHOD=git).
|
||||
|
||||
Reference in New Issue
Block a user