summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-09-09 08:09:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-29 17:31:39 +0100
commit5f26494b3a5e296d99be7634b96e6dc62c6896b5 (patch)
treead0b006e79a42d3649a09b312667c099b4400278 /documentation/poky.yaml
parent3855395469fe7822bcac37f382735f4760f5a94e (diff)
downloadpoky-5f26494b3a5e296d99be7634b96e6dc62c6896b5.tar.gz
poky.yaml: fedora33: add missing pkgs
The following packages where needed to a fresh FC33 install perl-FindBin perl-File-Compare perl-File-Copy perl-locale Error seen: openssl-native-1.1.1g-r0 do_configure: Execution of '/{snipped}/build/tmp-glibc/work/x86_64-linux/openssl-native/1.1.1g-r0/temp/run.do_configure.14627' failed with exit code 2: Can't locate FindBin.pm in @INC (you may need to install the FindBin module) [YOCTO #14188] (From yocto-docs rev: 6e287138eaf1e20ac09bdc31fc91b3fe0fabe3ff) Signed-off-by: Armin Kuster <akuster808@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> (cherry picked from commit 5b4127dd72a465ff8c962c425e78140ca8e536db) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.yaml')
-rw-r--r--documentation/poky.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 17426567a4..bda8ff123b 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -18,7 +18,8 @@ FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip pe
18 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ 18 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
19 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ 19 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \
20 python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ 20 python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \
21 python3-jinja2 SDL-devel xterm rpcgen mesa-libGL-devel" 21 python3-jinja2 SDL-devel xterm rpcgen mesa-libGL-devel perl-FindBin perl-File-Compare \
22 perl-File-Copy perl-locale"
22OPENSUSE_HOST_PACKAGES_ESSENTIAL : "python gcc gcc-c++ git chrpath make wget python-xml \ 23OPENSUSE_HOST_PACKAGES_ESSENTIAL : "python gcc gcc-c++ git chrpath make wget python-xml \
23 diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ 24 diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \
24 python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm rpcgen Mesa-dri-devel 25 python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm rpcgen Mesa-dri-devel