]> code.ossystems Code Review - openembedded-core.git/commit
gnutls: don't use HOSTTOOLS_DIR/bash as a shell on target
authorRoss Burton <ross.burton@intel.com>
Thu, 25 Jul 2019 15:20:23 +0000 (16:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Jul 2019 07:40:59 +0000 (08:40 +0100)
commit9aaa1e3bdfd767fe8e19c00c611b34920644df27
treefac6324ab937eaeb18e14976545b11cf07b2689f
parent2ab5a34357b86be19a1b1a85eac54fa0cf1e7fd2
gnutls: don't use HOSTTOOLS_DIR/bash as a shell on target

The libopts configure script looks for a shell on the build host and assumes
it's good for the target. However in our builds it find $HOSTTOOLS_DIR/bash
which isn't useful, so patch out the detection and force $base_bindir/sh.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnutls/gnutls/posix-shell.patch [new file with mode: 0644]
meta/recipes-support/gnutls/gnutls_3.6.8.bb