diff options
Diffstat (limited to 'eclass/gkrellm-plugin.eclass')
-rw-r--r-- | eclass/gkrellm-plugin.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gkrellm-plugin.eclass b/eclass/gkrellm-plugin.eclass index c247e6362eb8..c1e4bcc1310a 100644 --- a/eclass/gkrellm-plugin.eclass +++ b/eclass/gkrellm-plugin.eclass @@ -26,18 +26,18 @@ # - Initial commit # -# @ECLASS-VARIABLE: PLUGIN_SO +# @ECLASS_VARIABLE: PLUGIN_SO # @DESCRIPTION: # The name of the plugin's .so file which will be installed in # the plugin dir. Defaults to "${PN}$(get_modname)". Has to be a bash array. -# @ECLASS-VARIABLE: PLUGIN_SERVER_SO +# @ECLASS_VARIABLE: PLUGIN_SERVER_SO # @DEFAULT_UNSET # @DESCRIPTION: # The name of the plugin's server plugin $(get_modname) portion. # Unset by default. Has to be a bash array. -# @ECLASS-VARIABLE: PLUGIN_DOCS +# @ECLASS_VARIABLE: PLUGIN_DOCS # @DEFAULT_UNSET # @DESCRIPTION: # An optional list of docs to be installed, in addition to the default |