diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-03-10 17:35:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-11 14:41:44 +0000 |
commit | 1ca299268664c9dc2885368550d482e3d9bb0141 (patch) | |
tree | 6f58234ef32914aa2af4f654440e1a111454fd30 /documentation/poky.ent | |
parent | c4bb662c585ce6c8207f792d861234b9f735b0a8 (diff) | |
download | poky-1ca299268664c9dc2885368550d482e3d9bb0141.tar.gz |
documentation: Remove python from UBUNTU_HOST_PACKAGES_ESSENTIAL
Ubuntu 20.04 doesn't have python package and therefore this list fails
to install, python3 is required anyway so removing python is perhaps ok
(From yocto-docs rev: a41567a4ee462c704a29ad5944a0c824d7eb840c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
-rwxr-xr-x | documentation/poky.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 59aad95bc2..581c876796 100755 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -58,7 +58,7 @@ | |||
58 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> | 58 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> |
59 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> | 59 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> |
60 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ | 60 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ |
61 | build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ | 61 | build-essential chrpath socat cpio python3 python3-pip python3-pexpect \ |
62 | xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ | 62 | xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ |
63 | pylint3 xterm"> | 63 | pylint3 xterm"> |
64 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ | 64 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ |