From 4c3eece8e9d9491878db2867680d49e603d8f75c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 07:35:07 -0600 Subject: [PATCH] ref-manual: Added sdl class. (From yocto-docs rev: 41a556becbfc9231d8810f399777c3c7b97bb7e2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index e23340fb6d..b533ee9d3b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1692,6 +1692,15 @@ +
+ <filename>sdl.bbclass</filename> + + + The sdl class supports recipes that need to build + software that uses the Simple DirectMedia Layer (SDL) library. + +
+
Python Extensions - <filename>distutils.bbclass</filename>