diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-04-24 15:59:20 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-25 17:19:21 +0100 |
commit | b5606f32cdf9d0055e8ec7329d77693fe88db19a (patch) | |
tree | d80579ff5081859b6b26a527aaf00ea1cff387a8 /documentation/ref-manual/ref-classes.xml | |
parent | eb76c48798bbcb632a110e54a984cfd7c241998c (diff) | |
download | poky-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.xml | 2 |
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 @@ | |||
3211 | The <filename>utils</filename> class provides some useful Python | 3211 | The <filename>utils</filename> class provides some useful Python |
3212 | functions that are typically used in inline Python expressions | 3212 | functions that are typically used in inline Python expressions |
3213 | (e.g. <filename>${@...}</filename>). | 3213 | (e.g. <filename>${@...}</filename>). |
3214 | One example use is for <filename>base_contains()</filename>. | 3214 | One example use is for <filename>bb.utils.contains()</filename>. |
3215 | </para> | 3215 | </para> |
3216 | 3216 | ||
3217 | <para> | 3217 | <para> |