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:18:52 +0000 |
commit | aedf61f15430379c71621b3b95f861ea76ec7021 (patch) | |
tree | 0e387fb2847464c49f8f5e8008e3205645dbabea | |
parent | ec256c02faa927f33871ac390989ef1ce763e5e3 (diff) | |
download | poky-aedf61f15430379c71621b3b95f861ea76ec7021.tar.gz |
ref-manual: Added python-dir class.
(From yocto-docs rev: 5a1d96ef28fbc2c9e8fcc74b8de7bebfb17bb56f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | ||