diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-07-03 06:04:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-03 14:55:03 +0100 |
commit | c3d6fb29281fd412de71799d1a4fddfa5abd2ebb (patch) | |
tree | a58d985cf928bd5de29f77828100c196ccea76ed | |
parent | 5966b44893a39847d3d590566dd488323a11ff73 (diff) | |
download | poky-c3d6fb29281fd412de71799d1a4fddfa5abd2ebb.tar.gz |
documentation/poky-ref-manual/ref-variables.xml: Fixed example.
(From yocto-docs rev: 3da2ed1ccdb812d1b0999f95f0db19fc5e5bf818)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 99edab592e..9e9d6c5bfb 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -958,10 +958,10 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ | |||
958 | Once defined, you can use the variable to set the <filename>PR</filename> value: | 958 | Once defined, you can use the variable to set the <filename>PR</filename> value: |
959 | </para> | 959 | </para> |
960 | <literallayout class='monospaced'> | 960 | <literallayout class='monospaced'> |
961 | recipes-graphics/xorg-font/font-util_1.1.1.bb:PR - "$(INC_PR).1" | 961 | recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" |
962 | recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR - "r1" | 962 | recipes-graphics/xorg-font/font-util_1.3.0.bb:PR = "${INC_PR}.0" |
963 | recipes-graphics/xorg-font/encondings_1.0.3.bb:PR - "$(INC_PR).1" | 963 | recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" |
964 | recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0" | 964 | recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" |
965 | </literallayout> | 965 | </literallayout> |
966 | </glossdef> | 966 | </glossdef> |
967 | </glossentry> | 967 | </glossentry> |