diff mbox

List the useful hook points available in buildroot

Message ID 1353861817-4570-1-git-send-email-zinosat@tiscali.it
State Accepted
Headers show

Commit Message

Davide Viti Nov. 25, 2012, 4:43 p.m. UTC
The complete list can be obtained with the following command:
  grep "_HOOKS[ ]\+?=" package/pkg-generic.mk

Signed-off-by: Davide Viti <zinosat@tiscali.it>
---
 docs/manual/adding-packages-generic.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Samuel Martin Nov. 25, 2012, 5:25 p.m. UTC | #1
2012/11/25 Davide Viti <zinosat@tiscali.it>:
> The complete list can be obtained with the following command:
>   grep "_HOOKS[ ]\+?=" package/pkg-generic.mk
>
> Signed-off-by: Davide Viti <zinosat@tiscali.it>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Yann E. MORIN Nov. 25, 2012, 5:31 p.m. UTC | #2
Davide, All,

On Sunday 25 November 2012 Davide Viti wrote:
> The complete list can be obtained with the following command:
>   grep "_HOOKS[ ]\+?=" package/pkg-generic.mk
> 
> Signed-off-by: Davide Viti <zinosat@tiscali.it>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.
Peter Korsgaard Nov. 30, 2012, 8:21 p.m. UTC | #3
>>>>> "Davide" == Davide Viti <zinosat@tiscali.it> writes:

 Davide> The complete list can be obtained with the following command:
 Davide>   grep "_HOOKS[ ]\+?=" package/pkg-generic.mk

 Davide> Signed-off-by: Davide Viti <zinosat@tiscali.it>

Committed, thanks.
diff mbox

Patch

diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index b05043a..3057074 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -357,6 +357,9 @@  userful for generic packages.
 
 The following hook points are available:
 
+* +LIBFOO_POST_DOWNLOAD_HOOKS+
+* +LIBFOO_POST_EXTRACT_HOOKS+
+* +LIBFOO_PRE_PATCH_HOOKS+
 * +LIBFOO_POST_PATCH_HOOKS+
 * +LIBFOO_PRE_CONFIGURE_HOOKS+
 * +LIBFOO_POST_CONFIGURE_HOOKS+