mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
manual: minor fix in patch-policy.txt
[Peter: Drop *.patch.<arch> description as noted by Thomas] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4b95b369b1
commit
58e2e9d804
@ -34,7 +34,7 @@ Most patches are provided within Buildroot, in the package
|
|||||||
directory; these typically aim to fix cross-compilation, libc support,
|
directory; these typically aim to fix cross-compilation, libc support,
|
||||||
or other such issues.
|
or other such issues.
|
||||||
|
|
||||||
These patch files should be named +<packagename>-*.patch+.
|
These patch files should be named +<packagename>-<description>.patch+.
|
||||||
|
|
||||||
A +series+ file, as used by +quilt+, may also be added in the
|
A +series+ file, as used by +quilt+, may also be added in the
|
||||||
package directory. In that case, the +series+ file defines the patch
|
package directory. In that case, the +series+ file defines the patch
|
||||||
@ -56,9 +56,8 @@ How patches are applied
|
|||||||
* If a +series+ file exists in the package directory, then patches are
|
* If a +series+ file exists in the package directory, then patches are
|
||||||
applied according to the +series+ file;
|
applied according to the +series+ file;
|
||||||
+
|
+
|
||||||
* Otherwise, patch files matching `<packagename>-*.patch` or
|
* Otherwise, patch files matching `<packagename>-*.patch` are applied
|
||||||
`<packagename>-*.patch.<arch>` (where +<arch>+ is the architecture
|
following the +ls+ command order.
|
||||||
name) are applied following the +ls+ command order.
|
|
||||||
|
|
||||||
. Run the +<packagename>_POST_PATCH_HOOKS+ commands if defined.
|
. Run the +<packagename>_POST_PATCH_HOOKS+ commands if defined.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user