support/dependencies/dependencies.sh: add details for Redhat/Fedora
authorDavid De Grave (Essensium/Mind) <david.degrave@mind.be>
Mon, 2 Jul 2018 12:38:20 +0000 (14:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 2 Jul 2018 20:43:56 +0000 (22:43 +0200)
Add the i686 package list to install when using pre-built 32 bits
binaries with a redhat/fedora host distribution (glibc.i686 and
zlib.i686).

Signed-off-by: David De Grave (Essensium/Mind) <david.degrave@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/dependencies/dependencies.sh

index e570a9ee1a4bc74cb933b68101218d6d54ea4e63..58c34d880ff07cfc6ef78afa9d4d27714dc19d30 100755 (executable)
@@ -222,6 +222,8 @@ if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BR2_CONFIG ; then
                echo "If you're running a Debian/Ubuntu distribution, install the libc6-i386,"
                echo "lib32stdc++6, and lib32z1 packages (or alternatively libc6:i386,"
                echo "libstdc++6:i386, and zlib1g:i386)."
+               echo "If you're running a RedHat/Fedora distribution, install the glibc.i686 and"
+               echo "zlib.i686 packages."
                echo "For other distributions, refer to the documentation on how to install the 32 bits"
                echo "compatibility libraries."
                exit 1