diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 05:51:01 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:17:49 +0000 |
commit | fd7683133ed4b1b51da8f63c514ae55b968d8382 (patch) | |
tree | 4228a0602d0dd1104c88da76f19bcb94a19e299d /documentation | |
parent | b240103ad6204581af3c3dd1c619e47fc0f0c20e (diff) | |
download | poky-fd7683133ed4b1b51da8f63c514ae55b968d8382.tar.gz |
ref-manual: Added python-dir class.
(From yocto-docs rev: 0f89ce33ccf3975abae018ec206d89caa552fbaa)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 1b56bff03e..42dbb5bd88 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1561,6 +1561,15 @@ | |||
1561 | </para> | 1561 | </para> |
1562 | </section> | 1562 | </section> |
1563 | 1563 | ||
1564 | <section id='ref-classes-python-dir'> | ||
1565 | <title><filename>python-dir.bbclass</filename></title> | ||
1566 | |||
1567 | <para> | ||
1568 | The <filename>python-dir</filename> class provides the base version, | ||
1569 | location, and site package location for Python. | ||
1570 | </para> | ||
1571 | </section> | ||
1572 | |||
1564 | <section id='ref-classes-distutils'> | 1573 | <section id='ref-classes-distutils'> |
1565 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> | 1574 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> |
1566 | 1575 | ||