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 0d01c16ddb..12876e3d9a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -16629,16 +16629,16 @@
16629 <glossdef> 16629 <glossdef>
16630 <para role="glossdeffirst"> 16630 <para role="glossdeffirst">
16631<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 16631<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
16632 When the 16632 You can perform a per-recipe check for what the latest
16633 <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> 16633 upstream source code version is by calling
16634 class is enabled globally, you can perform a per-recipe
16635 check for what the latest upstream source code version is
16636 by calling
16637 <filename>bitbake -c checkpkg</filename> <replaceable>recipe</replaceable>. 16634 <filename>bitbake -c checkpkg</filename> <replaceable>recipe</replaceable>.
16638 If the recipe source code is provided from Git 16635 If the recipe source code is provided from Git
16639 repositories, the OpenEmbedded build system determines the 16636 repositories, the OpenEmbedded build system determines the
16640 latest upstream version by picking the latest tag from the 16637 latest upstream version by picking the latest tag from the
16641 list of all repository tags. 16638 list of all repository tags.
16639 </para>
16640
16641 <para>
16642 You can use the 16642 You can use the
16643 <filename>UPSTREAM_CHECK_GITTAGREGEX</filename> 16643 <filename>UPSTREAM_CHECK_GITTAGREGEX</filename>
16644 variable to provide a regular expression to filter only the 16644 variable to provide a regular expression to filter only the
@@ -16658,11 +16658,8 @@
16658 <glossdef> 16658 <glossdef>
16659 <para role="glossdeffirst"> 16659 <para role="glossdeffirst">
16660<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 16660<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
16661 When the 16661 Use the <filename>UPSTREAM_CHECK_REGEX</filename> variable
16662 <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> 16662 to specify a different regular expression instead of the
16663 class is enabled globally, use the
16664 <filename>UPSTREAM_CHECK_REGEX</filename> variable to
16665 specify a different regular expression instead of the
16666 default one when the package checking system is parsing 16663 default one when the package checking system is parsing
16667 the page found using 16664 the page found using
16668 <link linkend='var-UPSTREAM_CHECK_URI'><filename>UPSTREAM_CHECK_URI</filename></link>. 16665 <link linkend='var-UPSTREAM_CHECK_URI'><filename>UPSTREAM_CHECK_URI</filename></link>.
@@ -16680,12 +16677,9 @@
16680 <glossdef> 16677 <glossdef>
16681 <para role="glossdeffirst"> 16678 <para role="glossdeffirst">
16682<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 16679<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
16683 When the 16680 You can perform a per-recipe check for what the latest
16684 <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> 16681 upstream source code version is by calling
16685 class is enabled globally, you can perform a per-recipe 16682 <filename>bitbake -c checkpkg</filename> <replaceable>recipe</replaceable>.
16686 check for what the latest upstream source code version is
16687 by calling <filename>bitbake -c checkpkg</filename>
16688 <replaceable>recipe</replaceable>.
16689 If the source code is provided from tarballs, the latest 16683 If the source code is provided from tarballs, the latest
16690 version is determined by fetching the directory listing 16684 version is determined by fetching the directory listing
16691 where the tarball is and attempting to find a later tarball. 16685 where the tarball is and attempting to find a later tarball.