Explorar o código

manual: add _TARGET_FINALIZE_HOOKS in the list of hooks

While reading the docs to find hooks, I completely missed the
LIBFOO_TARGET_FINALIZE_HOOKS one which was actually matching my
use-case.

Though it is documented in a subsection a few lines below, let's also
have it in the list of supported hooks so it's not hidden away.

Cc: Quentin Schulz <foss+buildroot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit dd66a2f0b144f7b82f9dc4f820eaec2a5ad02c9c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Quentin Schulz %!s(int64=3) %!d(string=hai) anos
pai
achega
6208ab7346
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      docs/manual/adding-packages-hooks.txt

+ 2 - 0
docs/manual/adding-packages-hooks.txt

@@ -46,6 +46,8 @@ The following hook points are available:
 * +LIBFOO_PRE_LEGAL_INFO_HOOKS+
 * +LIBFOO_PRE_LEGAL_INFO_HOOKS+
 * +LIBFOO_POST_LEGAL_INFO_HOOKS+
 * +LIBFOO_POST_LEGAL_INFO_HOOKS+
 
 
+* +LIBFOO_TARGET_FINALIZE_HOOKS+
+
 These variables are 'lists' of variable names containing actions to be
 These variables are 'lists' of variable names containing actions to be
 performed at this hook point. This allows several hooks to be
 performed at this hook point. This allows several hooks to be
 registered at a given hook point. Here is an example:
 registered at a given hook point. Here is an example: