mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
ref-manual: Updated the UPSTREAM_CHECK_* variables.
Fixes [YOCTO #9671] (From yocto-docs rev: 8bd3f4d487bdc2929a42563eb376dc28fc33358b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1969871269
commit
f07fedb2fb
@@ -14321,9 +14321,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
||||||
When the
|
When the
|
||||||
<link linkend='ref-classes-distrodata'><filename>distrodata</filename></link>
|
<link linkend='ref-classes-distrodata'><filename>distrodata</filename></link>
|
||||||
class is enabled globally, you can perform a check for
|
class is enabled globally, you can perform a per-recipe
|
||||||
what the latest upstream version is by calling
|
check for what the latest upstream source code version is
|
||||||
<filename>bitbake -c checkpkg</filename>.
|
by calling
|
||||||
|
<filename>bitbake -c checkpkg</filename> <replaceable>recipe</replaceable>.
|
||||||
If the recipe source code is provided from Git
|
If the recipe source code is provided from Git
|
||||||
repositories, the OpenEmbedded build system determines the
|
repositories, the OpenEmbedded build system determines the
|
||||||
latest upstream version by picking the latest tag from the
|
latest upstream version by picking the latest tag from the
|
||||||
@@ -14371,9 +14372,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
||||||
When the
|
When the
|
||||||
<link linkend='ref-classes-distrodata'><filename>distrodata</filename></link>
|
<link linkend='ref-classes-distrodata'><filename>distrodata</filename></link>
|
||||||
class is enabled globally, you can perform a check for what
|
class is enabled globally, you can perform a per-recipe
|
||||||
the latest upstream version is by calling
|
check for what the latest upstream source code version is
|
||||||
<filename>bitbake -c checkpkg</filename>.
|
by calling <filename>bitbake -c checkpkg</filename>
|
||||||
|
<replaceable>recipe</replaceable>.
|
||||||
If the source code is provided from tarballs, the latest
|
If the source code is provided from tarballs, the latest
|
||||||
version is determined by fetching the directory listing
|
version is determined by fetching the directory listing
|
||||||
where the tarball is and attempting to find a later tarball.
|
where the tarball is and attempting to find a later tarball.
|
||||||
|
|||||||
Reference in New Issue
Block a user