Skip to content

Commit

Permalink
docs/manual: clarify the <PKG>_PATCH_DEPENDENCIES guarantee
Browse files Browse the repository at this point in the history
Unlike <PKG>_DEPENDENCIES, <PKG>_PATCH_DEPENDENCIES only guarantees
extract and patch of listed dependencies, not build. Make this subtlety
more explicit in the documentation.

Cc: Thomas De Schampheleire <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
[[email protected]: slight fix]
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
baruchsiach authored and yann-morin-1998 committed Feb 23, 2020
1 parent 07fd2da commit d01e808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manual/adding-packages-generic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ not and can not work as people would expect it should:
* +LIBFOO_PATCH_DEPENDENCIES+ lists the dependencies (in terms of
package name) that are required for the current package to be
patched. These dependencies are guaranteed to be extracted and
patched before the current package is patched. In a similar way,
+HOST_LIBFOO_PATCH_DEPENDENCIES+ lists the dependencies for the
current host package.
patched (but not necessarily built) before the current package is
patched. In a similar way, +HOST_LIBFOO_PATCH_DEPENDENCIES+ lists
the dependencies for the current host package.
This is seldom used; usually, +LIBFOO_DEPENDENCIES+ is what you
really want to use.

Expand Down

0 comments on commit d01e808

Please sign in to comment.