diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-06-08 10:53:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-19 08:42:18 +0100 |
commit | f07fedb2fb12184e0b1bdf18d2924433b2ae0d02 (patch) | |
tree | e1e9df76788b0014e2a3be1b0a2b46d54fc598d1 | |
parent | 1969871269d845d9de4a61854b71e9a285ee793d (diff) | |
download | poky-f07fedb2fb12184e0b1bdf18d2924433b2ae0d02.tar.gz |
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>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 68ac032949..2d16019caa 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -14321,9 +14321,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
14321 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 14321 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
14322 | When the | 14322 | When the |
14323 | <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> | 14323 | <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> |
14324 | class is enabled globally, you can perform a check for | 14324 | class is enabled globally, you can perform a per-recipe |
14325 | what the latest upstream version is by calling | 14325 | check for what the latest upstream source code version is |
14326 | <filename>bitbake -c checkpkg</filename>. | 14326 | by calling |
14327 | <filename>bitbake -c checkpkg</filename> <replaceable>recipe</replaceable>. | ||
14327 | If the recipe source code is provided from Git | 14328 | If the recipe source code is provided from Git |
14328 | repositories, the OpenEmbedded build system determines the | 14329 | repositories, the OpenEmbedded build system determines the |
14329 | latest upstream version by picking the latest tag from the | 14330 | 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" | |||
14371 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 14372 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
14372 | When the | 14373 | When the |
14373 | <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> | 14374 | <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> |
14374 | class is enabled globally, you can perform a check for what | 14375 | class is enabled globally, you can perform a per-recipe |
14375 | the latest upstream version is by calling | 14376 | check for what the latest upstream source code version is |
14376 | <filename>bitbake -c checkpkg</filename>. | 14377 | by calling <filename>bitbake -c checkpkg</filename> |
14378 | <replaceable>recipe</replaceable>. | ||
14377 | If the source code is provided from tarballs, the latest | 14379 | If the source code is provided from tarballs, the latest |
14378 | version is determined by fetching the directory listing | 14380 | version is determined by fetching the directory listing |
14379 | where the tarball is and attempting to find a later tarball. | 14381 | where the tarball is and attempting to find a later tarball. |