1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

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>
This commit is contained in:
Scott Rifenbark
2019-07-02 16:44:34 -07:00
committed by Richard Purdie
parent 1cf94948b7
commit 1370f3ad2e
+1 -2
View File
@@ -11694,8 +11694,7 @@
or or
<link linkend='ref-classes-setuptools'><filename>setuptools</filename></link> <link linkend='ref-classes-setuptools'><filename>setuptools</filename></link>
classes, specifies the major Python version being built. classes, specifies the major Python version being built.
For Python 2.x, <filename>PYTHON_PN</filename> would For Python 3.x, <filename>PYTHON_PN</filename> would be
be "python2". For Python 3.x, the variable would be
"python3". "python3".
You do not have to set this variable as the You do not have to set this variable as the
OpenEmbedded build system automatically sets it for you. OpenEmbedded build system automatically sets it for you.