aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-04-24 15:59:20 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-25 17:19:21 +0100
commitb5606f32cdf9d0055e8ec7329d77693fe88db19a (patch)
treed80579ff5081859b6b26a527aaf00ea1cff387a8 /documentation/ref-manual/ref-classes.xml
parenteb76c48798bbcb632a110e54a984cfd7c241998c (diff)
downloadopenembedded-core-contrib-b5606f32cdf9d0055e8ec7329d77693fe88db19a.tar.gz
Globally replace 'base_contains' calls with 'bb.utils.contains'
The base_contains is kept as a compatibility method and we ought to not use it in OE-Core so we can remove it from base metadata in future. (From yocto-docs rev: b8e7dee82929213e7581d6c598f42da74ee03988) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index da546080a3..7331867a02 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -3211,7 +3211,7 @@
The <filename>utils</filename> class provides some useful Python
functions that are typically used in inline Python expressions
(e.g. <filename>${@...}</filename>).
- One example use is for <filename>base_contains()</filename>.
+ One example use is for <filename>bb.utils.contains()</filename>.
</para>
<para>