From 16ab8fb9ee3817e8149d0b3c2ca735d031326441 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 23 Jan 2017 14:33:15 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky.ent | 8 ++++---- documentation/yocto-project-qs/yocto-project-qs.xml | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'documentation') 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 @@ + build-essential chrpath socat cpio python python3 pip3 pexpect"> + findutils which file cpio python pip3 pexpect"> + diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3 pexpect"> + 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 @@ OpenSUSE - $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm + $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; \ + libSDL-devel xterm CentOS -- cgit 1.2.3-korg