aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc
diff options
context:
space:
mode:
authorAndré Draszik <adraszik@tycoint.com>2016-11-09 14:48:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-23 11:02:25 +0000
commit0526524c74d4c9019fb014a2984119987f6ce9d3 (patch)
treef7368e28844c994012b3b3a08d66202acdf164b9 /meta/recipes-core/glibc/glibc
parent04e17727a3d1b52f6f93078fd16c6c7c9ba2b0d4 (diff)
downloadopenembedded-core-contrib-0526524c74d4c9019fb014a2984119987f6ce9d3.tar.gz
openssl: fix bashism in c_rehash shell script
This script claims to be a /bin/sh script, but it uses a bashism: from checkbashisms: possible bashism in meta/recipes-connectivity/openssl/openssl/openssl-c_rehash.sh line 151 (should be 'b = a'): if [ "x/" == "x$( echo ${FILE} | cut -c1 -)" ] This causes build issues on systems that don't have /bin/sh symlinked to bash: Updating certificates in ${WORKDIR}/rootfs/etc/ssl/certs... <builddir>/tmp/sysroots/x86_64-linux/usr/bin/c_rehash: 151: [: x/: unexpected operator ... Fix this by using POSIX shell syntax for the comparison. Signed-off-by: André Draszik <adraszik@tycoint.com> Reviewed-by: Sylvain Lemieux <slemieux@tycoint.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/glibc/glibc')
0 files changed, 0 insertions, 0 deletions