]> code.ossystems Code Review - openembedded-core.git/commit
openssl: fix perl shebang in c_rehash
authorMartin Jansa <martin.jansa@gmail.com>
Sat, 7 Mar 2020 13:30:06 +0000 (14:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 8 Mar 2020 08:20:32 +0000 (08:20 +0000)
commit79350826396a882d115caafd88b0a49c91a4fa6c
treee8fcc001d73ec6ca55368bb037653c8b12e45e53
parente225278a8a894389add56d14908398c14512f6c9
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.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_1.1.1d.bb