diff options
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls_3.8.8.bb')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.8.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.8.8.bb b/meta/recipes-support/gnutls/gnutls_3.8.8.bb index 213b9ff803..26824554ab 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.8.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.8.bb | |||
@@ -55,7 +55,7 @@ EXTRA_OECONF = " \ | |||
55 | " | 55 | " |
56 | 56 | ||
57 | # Otherwise the tools try and use HOSTTOOLS_DIR/bash as a shell. | 57 | # Otherwise the tools try and use HOSTTOOLS_DIR/bash as a shell. |
58 | export POSIX_SHELL="${base_bindir}/sh" | 58 | export POSIX_SHELL = "${base_bindir}/sh" |
59 | 59 | ||
60 | do_configure:prepend() { | 60 | do_configure:prepend() { |
61 | for dir in . lib; do | 61 | for dir in . lib; do |