From patchwork Sun Nov 25 12:57:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: List all the available hook points Date: Sun, 25 Nov 2012 02:57:57 -0000 From: Davide Viti X-Patchwork-Id: 201542 Message-Id: <1353848277-3759-1-git-send-email-zinosat@tiscali.it> To: buildroot@busybox.net Cc: Davide Viti The list was obtained with the following command: grep "_HOOKS[ ]\+?=" package/pkg-generic.mk --- docs/manual/adding-packages-generic.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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+