summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-07-02 16:44:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-18 12:16:53 +0100
commit1370f3ad2eae791e35114714f8a9f47992ae6d8a (patch)
treed5f0bc23aebbc167d7322f6455a09376e7afb924 /documentation
parent1cf94948b75ef63592befb080f40d0956e98e6de (diff)
downloadopenembedded-core-contrib-1370f3ad2eae791e35114714f8a9f47992ae6d8a.tar.gz
ref-manual: Removed "python2" mention in example.
We are not using Python2. I removed this instance in the ref manual. The variable "PYTHON_PN" referenced Python 2. It no longer does. (From yocto-docs rev: bd2ed0c640e12e8010ebff0aaba77e8fe367d63e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 1a6155e8db..0080364e4f 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -11694,8 +11694,7 @@
or
<link linkend='ref-classes-setuptools'><filename>setuptools</filename></link>
classes, specifies the major Python version being built.
- For Python 2.x, <filename>PYTHON_PN</filename> would
- be "python2". For Python 3.x, the variable would be
+ For Python 3.x, <filename>PYTHON_PN</filename> would be
"python3".
You do not have to set this variable as the
OpenEmbedded build system automatically sets it for you.