mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +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:
parent
47fc2d6139
commit
e707865a6a
|
|
@ -61,14 +61,15 @@
|
|||
<!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env">
|
||||
<!ENTITY OE_INIT_FILE "oe-init-build-env">
|
||||
<!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \
|
||||
build-essential chrpath socat cpio python python3 pip3 pexpect">
|
||||
build-essential chrpath socat cpio python python3 python3-pip python3-pexpect">
|
||||
<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \
|
||||
diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
|
||||
ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \
|
||||
findutils which file cpio python pip3 pexpect">
|
||||
findutils which file cpio python python3-pip python3-pexpect">
|
||||
<!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
|
||||
diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3 pexpect">
|
||||
diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \
|
||||
python3-pexpect">
|
||||
<!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \
|
||||
diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \
|
||||
perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3 pexpect">
|
||||
perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip python3-pexpect">
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user