[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4298/8267] yocto-project-qs, poky.ent: Added "pexpect" to essential packages



commit 16ab8fb9ee3817e8149d0b3c2ca735d031326441
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Mon Jan 23 14:33:15 2017 -0800

    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>

 documentation/poky.ent                             |    8 ++++----
 .../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 34551a5..46e1137 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -61,13 +61,13 @@
 <!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">
+     build-essential chrpath socat cpio python python3 pip3 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">
+     findutils which file cpio python pip3 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">
+     diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3 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">
+     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 2b010ac..118a1c1 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -327,7 +327,8 @@
                         </para></listitem>
                     <listitem><para><emphasis>OpenSUSE</emphasis>
                         <literallayout class='monospaced'>
-     $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm
+     $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; \
+     libSDL-devel xterm
                         </literallayout>
                         </para></listitem>
                     <listitem><para><emphasis>CentOS</emphasis>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]