From e707865a6ac2ffc729c929df580cc3ba30cef484 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 12 Jun 2017 09:25:05 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky.ent | 9 +++++---- documentation/yocto-project-qs/yocto-project-qs.xml | 6 ++++-- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/poky.ent b/documentation/poky.ent index 3756927305..364020792a 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent @@ -61,14 +61,15 @@ + build-essential chrpath socat cpio python python3 python3-pip python3-pexpect"> + findutils which file cpio python python3-pip python3-pexpect"> + diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ + python3-pexpect"> + perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip python3-pexpect"> diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 7f3d1896c1..950a4ff8be 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -302,7 +302,8 @@ Ubuntu and Debian - $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm + $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; \ + libsdl1.2-dev xterm Fedora @@ -318,7 +319,8 @@ CentOS - $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm + $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; \ + SDL-devel xterm CentOS 6.x users need to ensure that the required -- cgit v1.2.3-54-g00ecf