[yocto] [PATCH][yocto-docs] poky.ent: Fix Debian essential packages
Jussi Kukkonen
jussi.kukkonen at intel.com
Mon Feb 6 03:38:04 PST 2017
pip3, pexpect do not exist on any Debian version. Replace with
python3-pip, python3-pexpect.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
---
documentation/poky.ent | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 46e1137..e7d76bd 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -61,7 +61,7 @@
<!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 pip3 pexpect">
+ build-essential chrpath socat cpio python python3 python3-pip python3-pexpect">
<!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 \
--
2.1.4
More information about the yocto
mailing list