diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-07-28 15:57:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-30 16:23:45 +0100 |
commit | 4a39979c8d1e560fa54240e99734a651dfbaa63a (patch) | |
tree | 1173f73147ace43a6bbccd4dc9994f5d9414dd6c | |
parent | 08d3bdf25e8e55804160254701a6628a35372f82 (diff) | |
download | poky-4a39979c8d1e560fa54240e99734a651dfbaa63a.tar.gz |
poky.ent: Updated CentOS required package
Replaced "python34-pip" package with "python3-pip"
in the list of required packages for CentOS' variable.
(From yocto-docs rev: b4527e8b4272ae2d2716c7cb480f58e7c26031d7)
Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index ae759e4bdd..2566b87a5a 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 python34-pip xz \ | 77 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip xz \ |
78 | which"> | 78 | which"> |