aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-01-19 16:09:29 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-20 11:57:25 +0000
commitb47ecf28775830efab423fa12f0addb68671cc06 (patch)
treebdbeeca82fa334741b55806e61a300df7ed46f54 /documentation
parentba4552ab89dd193baeaf784c9957784b2c8d108d (diff)
downloadopenembedded-core-contrib-b47ecf28775830efab423fa12f0addb68671cc06.tar.gz
poky.ent: Added "pip3" as an essential host installation package
Apparently, this package dropped out when migrating to Python3. So, I have added it to all the supported distributions as an essential package. Fixes [YOCTO #10909] (From yocto-docs rev: e5f915fb80fc36db515ad5a56bc31228a7f875d3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky.ent8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 79664c2fb3..34551a5f0c 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">
+ build-essential chrpath socat cpio python python3 pip3">
<!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">
+ findutils which file cpio python pip3">
<!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">
+ diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3">
<!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">
+ perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3">