aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-01-23 15:11:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 23:30:15 +0000
commita0cc88dc661e2c30822767a59d3927e1624de24a (patch)
treeff46eb5845b834ba7324386899b4b36ef5ad9ca6 /bitbake
parent000d2708b2e5dd2ea53132225fad41f8ddf95fc0 (diff)
downloadopenembedded-core-contrib-a0cc88dc661e2c30822767a59d3927e1624de24a.tar.gz
bitbake: bitbake-user-manual: Fixed small typo in "Events" section
There was a stra quote character after the word database and I removed it. (Bitbake rev: 50afcab054b2d93be96bfd3c224affebcab023cc) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index d1b93bc076..1d1e5b35f0 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -2017,7 +2017,7 @@
With the <filename>getName(e)</filename> method, you can get
the name of the triggered event.
The global datastore is available as "d".
- In legacy code, you might see "e.data" used to get the datastore".
+ In legacy code, you might see "e.data" used to get the datastore.
However, realize that "e.data" is deprecated and you should use
"d" going forward.
</para>