mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
docs/manual: update to mention the multiple patches support
After the modification of the <pkg>_PATCH semantic, let's update the documentation accordingly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e260a2d9b3
commit
b6009b94ca
@ -156,14 +156,17 @@ information is (assuming the package name is +libfoo+) :
|
|||||||
+packagename-$(LIBFOO_VERSION).tar.gz+. +
|
+packagename-$(LIBFOO_VERSION).tar.gz+. +
|
||||||
Example: +LIBFOO_SOURCE = foobar-$(LIBFOO_VERSION).tar.bz2+
|
Example: +LIBFOO_SOURCE = foobar-$(LIBFOO_VERSION).tar.bz2+
|
||||||
|
|
||||||
* +LIBFOO_PATCH+ may contain the name of a patch, that will be
|
* +LIBFOO_PATCH+ may contain a space-separated list of patch file
|
||||||
downloaded from the same location as the tarball indicated in
|
names, that will be downloaded from the same location as the tarball
|
||||||
+LIBFOO_SOURCE+. If +HOST_LIBFOO_PATCH+ is not specified, it
|
indicated in +LIBFOO_SOURCE+, and then applied to the package source
|
||||||
defaults to +LIBFOO_PATCH+. Note that patches that are included
|
code. If +HOST_LIBFOO_PATCH+ is not specified, it defaults to
|
||||||
in Buildroot itself use a different mechanism: all files of the
|
+LIBFOO_PATCH+. Note that patches that are included in Buildroot
|
||||||
form +<packagename>-*.patch+ present in the package directory inside
|
itself use a different mechanism: all files of the form
|
||||||
|
+<packagename>-*.patch+ present in the package directory inside
|
||||||
Buildroot will be applied to the package after extraction (see
|
Buildroot will be applied to the package after extraction (see
|
||||||
xref:patch-policy[patching a package]).
|
xref:patch-policy[patching a package]). Finally, patches listed in
|
||||||
|
the +LIBFOO_PATCH+ variable are applied _before_ the patches stored
|
||||||
|
in the Buildroot package directory.
|
||||||
|
|
||||||
* +LIBFOO_SITE+ provides the location of the package, which can be a
|
* +LIBFOO_SITE+ provides the location of the package, which can be a
|
||||||
URL or a local filesystem path. HTTP, FTP and SCP are supported URL
|
URL or a local filesystem path. HTTP, FTP and SCP are supported URL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user