From 9a38035b4effdfa7313a36de50b0259b0df11b9f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Dec 2013 09:43:02 -0600 Subject: [PATCH] ref-manual: Added the oelint class. (From yocto-docs rev: 58570cd703abc3066e2c0925fbe8888390825906) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index ba94df2285..d5445d6a8f 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1224,6 +1224,25 @@ +
+ <filename>oelint.bbclass</filename> + + + The OpenEmbedded link (oelint) class is an + obsolete lint checking tool that exists in + meta/classes in the + Source Directory. + + + + A number of classes exist that are could be generally useful in + OE-Core but are never actually used within OE-Core itself. + The oelint class is one such example. + However, being aware of this class can reduce the proliferation of + different versions of similar classes across multiple layers. + +
+
Pkg-config - <filename>pkgconfig.bbclass</filename>