From 80e7223d8963ac27cedb3dcf4f61ef215957e536 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 19 Mar 2014 06:37:54 -0600 Subject: dev-manual: Fixed a reference to the systemd class. I try not to use .bbclass when referencing a class in text unless specifically noting the .class file itself. (From yocto-docs rev: 92c010a198b5c2e1da2ad979e6ca41cb7cd96e7e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index dfab610cbf..d7bfdad4ab 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2091,9 +2091,9 @@ To enable a service using Systemd, your recipe needs to inherit the - systemd.bbclass + systemd class. - See the systemd.bbclass file + See the systemd.class file located in your Source Directory. section for more information. -- cgit v1.2.3-54-g00ecf