From 7b7d563d7610cec4d35ea25e95edfd53db32870f Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Tue, 15 Dec 2020 14:15:33 -0500 Subject: eclass/check-reqs: fix eclass documentation Signed-off-by: Aaron Bauman --- eclass/check-reqs.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass index a45cbd15fee7..51115e7de4fa 100644 --- a/eclass/check-reqs.eclass +++ b/eclass/check-reqs.eclass @@ -67,6 +67,8 @@ esac EXPORT_FUNCTIONS pkg_pretend pkg_setup +# @FUNCTION: check_reqs +# @DESCRIPTION: # Obsolete function executing all the checks and printing out results check_reqs() { eerror "Package calling old ${FUNCNAME} function." @@ -350,8 +352,8 @@ check-reqs_unsatisfied() { ${msg} "There is NOT at least ${sizeunit} ${location}" # @ECLASS-VARIABLE: CHECKREQS_FAILED - # @DESCRIPTION: # @INTERNAL + # @DESCRIPTION: # If set the checks failed and eclass should abort the build. # Internal, do not set yourself. CHECKREQS_FAILED="true" -- cgit v1.2.3-65-gdbad