summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-20 09:15:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:12 +0100
commitbe203dd40c1bac628c534cbfed4f208479a97428 (patch)
tree5622918a8a159d53c52de2ee3706a612cd721966 /documentation
parent264f5717b0e743a9b2f9d152faa735e32666ce08 (diff)
downloadpoky-be203dd40c1bac628c534cbfed4f208479a97428.tar.gz
ref-manual: Removed non-existant variable from PACKAGE_WRITE_DEPS description
Took out an occurrence of PACKAGE_WRITE_DEPENDS (From yocto-docs rev: e983c3215139b566ea02df6e6160b05fdcbce081) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 62ceacf7b3..e88389647d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9964,7 +9964,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9964 execute at rootfs creation time rather than on the 9964 execute at rootfs creation time rather than on the
9965 target but depends on a native tool in order to execute, 9965 target but depends on a native tool in order to execute,
9966 you need to list the tools in 9966 you need to list the tools in
9967 <filename>PACKAGE_WRITE_DEPENDS</filename>. 9967 <filename>PACKAGE_WRITE_DEPS</filename>.
9968 </para> 9968 </para>
9969 9969
9970 <para> 9970 <para>