summaryrefslogtreecommitdiffstats
path: root/documentation/poky.ent
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi@buzzcollectivemarketing.com>2018-01-18 15:35:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:24:54 +0000
commitb22da61ea88e00747530a33e4ee95c015864d2e8 (patch)
treeaf5e3d5c96f79a49dd0698919a7e4f32ff513b2a /documentation/poky.ent
parent46d9c400414cd76dc6d84289d2be58f8583e7a56 (diff)
downloadpoky-b22da61ea88e00747530a33e4ee95c015864d2e8.tar.gz
ref-manual, yocto-project-qs, poky.ent: Fixed CentOS package
Fixes [YOCTO #12467] Changed the CentOS variable to use python34-pip instead of python3-pip. Removed notes indicating CentOS 6.x exceptions because this version does not support CentOS 6.x. (From yocto-docs rev: ad9328b660deced90d13315cff968fb92569eef9) Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
-rw-r--r--documentation/poky.ent2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index a9e61ae518..c924d2619b 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -74,5 +74,5 @@
74 $ sudo yum makecache 74 $ sudo yum makecache
75 $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ 75 $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \
76 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ 76 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \
77 perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip xz \ 77 perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \
78 which"> 78 which">