diff options
author | Goran Cengic <cengic@gmail.com> | 2020-03-21 17:25:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-21 22:31:00 +0000 |
commit | 8afdc80989e19c17c43959ecbeb5a59b85a0bc1f (patch) | |
tree | f7cdf47d9ddb1a1099f053bf259f6bd5c701fc59 /documentation | |
parent | 9c20e8de6f262a4bda7879eb5c43ec5cb9ded016 (diff) | |
download | poky-8afdc80989e19c17c43959ecbeb5a59b85a0bc1f.tar.gz |
documentation: add rpcgen tool to required packages
On recent distros the following error appears without rpcgen host tool:
ERROR: The following required tools (as specified by HOSTTOOLS)
appear to be unavailable in PATH, please install them in order to
proceed:
rpcgen
(From yocto-docs rev: 66a491e77e1b97a831515d4ac8e0245540d7242a)
Signed-off-by: Goran Cengic <cengic@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rwxr-xr-x | documentation/poky.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 581c876796..eb5de95141 100755 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -65,11 +65,11 @@ | |||
65 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 65 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |
66 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ | 66 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ |
67 | python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ | 67 | python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ |
68 | python3-jinja2 SDL-devel xterm"> | 68 | python3-jinja2 SDL-devel xterm rpcgen"> |
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 python3-pip \ | 70 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ |
71 | python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 | 71 | python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm rpcgen |
72 | $ sudo pip3 install GitPython libSDL-devel xterm"> | 72 | $ sudo pip3 install GitPython"> |
73 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release | 73 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release |
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 \ |