Files
poky/meta/recipes-connectivity
Martin Jansa 1477b31a0d openssl: fix perl shebang in c_rehash
* passing PERL=perl breaks c_rehash calls from dash (works fine with bash)

  dash doesn't like
  #!perl
  shebang

  PERL="/usr/bin/env perl"
  unfortunately just passing PERL like this doesn't pass do_configure:
  Creating Makefile
  sh: 1: /usr/bin/env perl: not found
  WARNING: exit code 1 from a shell command.

  But passing it as:
  HASHBANGPERL="/usr/bin/env perl" PERL=perl
  seems to work.

(From OE-Core rev: 79350826396a882d115caafd88b0a49c91a4fa6c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-08 08:21:11 +00:00
..
2020-02-21 17:48:08 +00:00
2020-02-08 13:20:02 +00:00
2020-02-02 16:57:21 +00:00
2019-12-28 23:25:42 +00:00
2019-11-04 13:39:05 +00:00
2020-02-15 22:42:14 +00:00
2020-02-14 13:07:23 +00:00
2020-01-10 21:18:21 +00:00
2020-02-03 13:03:31 +00:00