summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro')
-rw-r--r--meta/conf/distro/include/package_regex.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc
index 9bf9681aa1..e681e67afb 100644
--- a/meta/conf/distro/include/package_regex.inc
+++ b/meta/conf/distro/include/package_regex.inc
@@ -1,3 +1,5 @@
1# NOTE: THIS FILE IS DEPRECATED. Please add new entries to the recipes themselves.
2#
1# package_regex.inc - This file contains data that tracks 3# package_regex.inc - This file contains data that tracks
2# upstream project associated with a given recipe. This list is needed 4# upstream project associated with a given recipe. This list is needed
3# for recipes that version information can not be automagically discovered. 5# for recipes that version information can not be automagically discovered.
@@ -7,13 +9,13 @@
7#" 9#"
8# The format is as a bitbake variable override for each recipe 10# The format is as a bitbake variable override for each recipe
9#" 11#"
10# REGEX_URI_pn-<recipe name> = "recipe_url" 12# UPSTREAM_CHECK_URI_pn-<recipe name> = "recipe_url"
11# - This is the url used by the package checking system to 13# - This is the url used by the package checking system to
12# get the latest version of the package 14# get the latest version of the package
13# REGEX_pn-<recipe name> = "package_regex" 15# UPSTREAM_CHECK_REGEX_pn-<recipe name> = "package_regex"
14# - This is the regex the package checking system uses to 16# - This is the regex the package checking system uses to
15# parse the page found at REGEX_URI_pn-<recipe name> 17# parse the page found at UPSTREAM_CHECK_URI_pn-<recipe name>
16# GITTAGREGEX_pn-<recipe name> = "git_tag_regex" 18# UPSTREAM_CHECK_GITTAGREGEX_pn-<recipe name> = "git_tag_regex"
17# - When source code is fetched from git, git tags are used to 19# - When source code is fetched from git, git tags are used to
18# determine the upstream release version. This regex can be used 20# determine the upstream release version. This regex can be used
19# to filter only relevant tags. 21# to filter only relevant tags.