]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:41:38 +0000 (08:41 +0100)
commit81485be19b180c3249099b3606888f8357fbb9e1
tree31224879dd944ada469d662a2dd3a88b96961632
parent9b7a1653d8a30c232bf99fe26f9d1085c8e42f82
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.

(From OE-Core rev: 9aaa1e3bdfd767fe8e19c00c611b34920644df27)

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