summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml26
1 files changed, 10 insertions, 16 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index dc5c44ecaf..1e3f282a53 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -16626,16 +16626,16 @@
16626 <glossdef> 16626 <glossdef>
16627 <para role="glossdeffirst"> 16627 <para role="glossdeffirst">
16628<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 16628<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
16629 When the 16629 You can perform a per-recipe check for what the latest
16630 <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> 16630 upstream source code version is by calling
16631 class is enabled globally, you can perform a per-recipe
16632 check for what the latest upstream source code version is
16633 by calling
16634 <filename>bitbake -c checkpkg</filename> <replaceable>recipe</replaceable>. 16631 <filename>bitbake -c checkpkg</filename> <replaceable>recipe</replaceable>.
16635 If the recipe source code is provided from Git 16632 If the recipe source code is provided from Git
16636 repositories, the OpenEmbedded build system determines the 16633 repositories, the OpenEmbedded build system determines the
16637 latest upstream version by picking the latest tag from the 16634 latest upstream version by picking the latest tag from the
16638 list of all repository tags. 16635 list of all repository tags.
16636 </para>
16637
16638 <para>
16639 You can use the 16639 You can use the
16640 <filename>UPSTREAM_CHECK_GITTAGREGEX</filename> 16640 <filename>UPSTREAM_CHECK_GITTAGREGEX</filename>
16641 variable to provide a regular expression to filter only the 16641 variable to provide a regular expression to filter only the
@@ -16655,11 +16655,8 @@
16655 <glossdef> 16655 <glossdef>
16656 <para role="glossdeffirst"> 16656 <para role="glossdeffirst">
16657<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 16657<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
16658 When the 16658 Use the <filename>UPSTREAM_CHECK_REGEX</filename> variable
16659 <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> 16659 to specify a different regular expression instead of the
16660 class is enabled globally, use the
16661 <filename>UPSTREAM_CHECK_REGEX</filename> variable to
16662 specify a different regular expression instead of the
16663 default one when the package checking system is parsing 16660 default one when the package checking system is parsing
16664 the page found using 16661 the page found using
16665 <link linkend='var-UPSTREAM_CHECK_URI'><filename>UPSTREAM_CHECK_URI</filename></link>. 16662 <link linkend='var-UPSTREAM_CHECK_URI'><filename>UPSTREAM_CHECK_URI</filename></link>.
@@ -16677,12 +16674,9 @@
16677 <glossdef> 16674 <glossdef>
16678 <para role="glossdeffirst"> 16675 <para role="glossdeffirst">
16679<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 16676<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
16680 When the 16677 You can perform a per-recipe check for what the latest
16681 <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> 16678 upstream source code version is by calling
16682 class is enabled globally, you can perform a per-recipe 16679 <filename>bitbake -c checkpkg</filename> <replaceable>recipe</replaceable>.
16683 check for what the latest upstream source code version is
16684 by calling <filename>bitbake -c checkpkg</filename>
16685 <replaceable>recipe</replaceable>.
16686 If the source code is provided from tarballs, the latest 16680 If the source code is provided from tarballs, the latest
16687 version is determined by fetching the directory listing 16681 version is determined by fetching the directory listing
16688 where the tarball is and attempting to find a later tarball. 16682 where the tarball is and attempting to find a later tarball.