mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
yocto-project-qs, poky.ent: Fixed pip3 and pexpect package names
Fixes [YOCTO #11578] The package names "pip3" and "pexpect" do not exist for Ubuntu and Debian. They need to be "python3-pip3" and "python3-pexpect". I changed them in the poky.ent file and did some reformatting so the install lines appear nice. I updated the other distributions as well. (From yocto-docs rev: 43c92b88c40815d906cfc5fabb3190b0aa4778c7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
47fc2d6139
commit
e707865a6a
@@ -302,7 +302,8 @@
|
||||
<itemizedlist>
|
||||
<listitem><para><emphasis>Ubuntu and Debian</emphasis>
|
||||
<literallayout class='monospaced'>
|
||||
$ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm
|
||||
$ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; \
|
||||
libsdl1.2-dev xterm
|
||||
</literallayout>
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>Fedora</emphasis>
|
||||
@@ -318,7 +319,8 @@
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>CentOS</emphasis>
|
||||
<literallayout class='monospaced'>
|
||||
$ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
|
||||
$ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; \
|
||||
SDL-devel xterm
|
||||
</literallayout>
|
||||
<note>
|
||||
CentOS 6.x users need to ensure that the required
|
||||
|
||||
Reference in New Issue
Block a user