diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 8fcf5fbcc2..48f8965f7f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -5813,7 +5813,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 5813 | <filename>do_build</filename> task depends on the existence | 5813 | <filename>do_build</filename> task depends on the existence |
| 5814 | of a specific package. | 5814 | of a specific package. |
| 5815 | Consider this simple example for two recipes named "a" and | 5815 | Consider this simple example for two recipes named "a" and |
| 5816 | "b" that produce similarly named packages. | 5816 | "b" that produce similarly named IPK packages. |
| 5817 | In this example, the <filename>RDEPENDS</filename> | 5817 | In this example, the <filename>RDEPENDS</filename> |
| 5818 | statement appears in the "a" recipe: | 5818 | statement appears in the "a" recipe: |
| 5819 | <literallayout class='monospaced'> | 5819 | <literallayout class='monospaced'> |
| @@ -5821,13 +5821,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 5821 | </literallayout> | 5821 | </literallayout> |
| 5822 | Here, the dependency is such that the | 5822 | Here, the dependency is such that the |
| 5823 | <filename>do_build</filename> task for recipe "a" depends | 5823 | <filename>do_build</filename> task for recipe "a" depends |
| 5824 | on the <filename>do_package_write</filename> task | 5824 | on the <filename>do_package_write_ipk</filename> task |
| 5825 | of recipe "b". | 5825 | of recipe "b". |
| 5826 | This means the package file for "b" must be available when | 5826 | This means the package file for "b" must be available when |
| 5827 | the output for recipe "a" has been completely built. | 5827 | the output for recipe "a" has been completely built. |
| 5828 | More importantly, package "a" will be marked as depending | 5828 | More importantly, package "a" will be marked as depending |
| 5829 | on package "b" in a manner that is understood by the | 5829 | on package "b" in a manner that is understood by the |
| 5830 | package manager in use (i.e. rpm, opkg, or dpkg). | 5830 | package manager. |
| 5831 | </para> | 5831 | </para> |
| 5832 | 5832 | ||
| 5833 | <para> | 5833 | <para> |
