diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 385dd7f35d..996526924c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -14312,55 +14312,64 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - UPSTREAM_CHECK_GITTAGREGEX_pn + UPSTREAM_CHECK_GITTAGREGEX - UPSTREAM_CHECK_GITTAGREGEX_pn[doc] = "Filters relevant Git tags when fetching source from an upstream Git repository." + UPSTREAM_CHECK_GITTAGREGEX[doc] = "Filters relevant Git tags when fetching source from an upstream Git repository." - When the OpenEmbedded build system fetches source code - from an upstream Git repository, the build system uses - Git tags to determine which upstream release version to - fetch. + For recipes inheriting the + distrodata + class, the UPSTREAM_CHECK_GITTAGREGEX + variable causes the OpenEmbedded build system to use Git + tabs to determine which upstream release version to + fetch when fetching source code from an upstream Git + repository. You can use this regular expression to filter only relevant tags: - UPSTREAM_CHECK_GITTAGREGEX_pn-recipe = "git_tag_regex" + UPSTREAM_CHECK_GITTAGREGEX-recipe = "git_tag_regex" - UPSTREAM_CHECK_REGEX_pn + UPSTREAM_CHECK_REGEX - UPSTREAM_CHECK_REGEX_pn[doc] = "The regular expression the package checking system uses to parse the page pointed to by UPSTREAM_CHECK_URI_pn." + UPSTREAM_CHECK_REGEX[doc] = "The regular expression the package checking system uses to parse the page pointed to by UPSTREAM_CHECK_URI_pn." - The regular expression used by the package checking system - to parse the page found using - UPSTREAM_CHECK_URI_pn. + For recipes inheriting the + distrodata + class, the UPSTREAM_CHECK_REGEX + variable causes the package checking system to use the + regular expression to parse the page found using + UPSTREAM_CHECK_URI. - UPSTREAM_CHECK_REGEX_pn-recipe = "package_regex" + UPSTREAM_CHECK_REGEX-recipe = "package_regex" - UPSTREAM_CHECK_URI_pn + UPSTREAM_CHECK_URI - UPSTREAM_CHECK_URI_pn[doc] = "The URL used by the package checking system to get the latest version of the package when source files are fetched from an upstream Git repository." + UPSTREAM_CHECK_URI[doc] = "The URL used by the package checking system to get the latest version of the package when source files are fetched from an upstream Git repository." - The URL used by the package checking system to get the + For recipes inheriting the + distrodata + class, the UPSTREAM_CHECK_URI + variable causes the package checking system to get the latest version of the package when source files are fetched from an upstream Git repository. - UPSTREAM_CHECK_URI_pn-recipe = "recipe_url" + UPSTREAM_CHECK_URI-recipe = "recipe_url"