diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-02-22 10:15:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 10:43:06 +0000 |
commit | 060f27602afb883f31ef46049571c7b6442287ab (patch) | |
tree | 00b2700f2757b3bc4a45f74b7be7e549a5dc5c28 /meta/recipes-graphics/mesa/mesa.inc | |
parent | e51d27b86ea29c8c272335879d8c4a434d0c686c (diff) | |
download | poky-060f27602afb883f31ef46049571c7b6442287ab.tar.gz |
perl: fix incorrect symbolic link for libperl.so
The perl-cross uses PERL_API_VERSION but not PERL_VERSION to define
libperl soname: libperl.so.$PERL_API_REVISION.$PERL_API_VERSION.$PERL_API_SUBVERSION.
For perl stable releases, the PERL_API_SUBVERSION is always 0. Specify
the so version for libperl to make sure the libperl.so can be linked to
the correct library.
(From OE-Core rev: 6257fcd86e63fe533aeaadbc65a54213b4885c16)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
0 files changed, 0 insertions, 0 deletions