diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-01-23 14:33:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-23 22:38:49 +0000 |
commit | 16ab8fb9ee3817e8149d0b3c2ca735d031326441 (patch) | |
tree | 03b4308df01b02ccd5dfc38ddb5ee3131ce2184f | |
parent | 8a3221e6e5a3b90b5099c3db3525b3cb806e3564 (diff) | |
download | poky-16ab8fb9ee3817e8149d0b3c2ca735d031326441.tar.gz |
yocto-project-qs, poky.ent: Added "pexpect" to essential packages
Fixes [YOCTO #10889]
Missing this package. Speculation is that this package was
part of the Python 2.7 stuff but not Python 3. So, adding it
clears the issue up.
(From yocto-docs rev: c61672267f872ed0f57ecf83d86b0d96080aac51)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky.ent | 8 | ||||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 34551a5f0c..46e11371d0 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -61,13 +61,13 @@ | |||
61 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> | 61 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> |
62 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> | 62 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> |
63 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ | 63 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ |
64 | build-essential chrpath socat cpio python python3 pip3"> | 64 | build-essential chrpath socat cpio python python3 pip3 pexpect"> |
65 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ | 65 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ |
66 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 66 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |
67 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ | 67 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ |
68 | findutils which file cpio python pip3"> | 68 | findutils which file cpio python pip3 pexpect"> |
69 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 69 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
70 | diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3"> | 70 | diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3 pexpect"> |
71 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | 71 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ |
72 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 72 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
73 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3"> | 73 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3 pexpect"> |
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 2b010ac6b1..118a1c15aa 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -327,7 +327,8 @@ | |||
327 | </para></listitem> | 327 | </para></listitem> |
328 | <listitem><para><emphasis>OpenSUSE</emphasis> | 328 | <listitem><para><emphasis>OpenSUSE</emphasis> |
329 | <literallayout class='monospaced'> | 329 | <literallayout class='monospaced'> |
330 | $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm | 330 | $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; \ |
331 | libSDL-devel xterm | ||
331 | </literallayout> | 332 | </literallayout> |
332 | </para></listitem> | 333 | </para></listitem> |
333 | <listitem><para><emphasis>CentOS</emphasis> | 334 | <listitem><para><emphasis>CentOS</emphasis> |