diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-01-19 16:09:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:57:25 +0000 |
commit | b47ecf28775830efab423fa12f0addb68671cc06 (patch) | |
tree | bdbeeca82fa334741b55806e61a300df7ed46f54 | |
parent | ba4552ab89dd193baeaf784c9957784b2c8d108d (diff) | |
download | poky-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>
-rw-r--r-- | documentation/poky.ent | 8 |
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 @@ | |||
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"> | 64 | build-essential chrpath socat cpio python python3 pip3"> |
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"> | 68 | findutils which file cpio python pip3"> |
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"> | 70 | diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3"> |
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"> | 73 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3"> |