dev-manual: Fixed a reference to the systemd class.

I try not to use <class>.bbclass when referencing a class in
text unless specifically noting the .class file itself.

(From yocto-docs rev: 92c010a198b5c2e1da2ad979e6ca41cb7cd96e7e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-03-19 06:37:54 -06:00 committed by Richard Purdie
parent e462a1f32c
commit 80e7223d89
1 changed files with 2 additions and 2 deletions

View File

@ -2091,9 +2091,9 @@
</para>
<para>To enable a service using Systemd, your recipe
needs to inherit the
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-systemd'><filename>systemd.bbclass</filename></ulink>
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-systemd'><filename>systemd</filename></ulink>
class.
See the <filename>systemd.bbclass</filename> file
See the <filename>systemd.class</filename> file
located in your
<link linkend='source-directory'>Source Directory</link>.
section for more information.</para></listitem>