]> code.ossystems Code Review - openembedded-core.git/commit
perl: Makefile.PL: Fix _PATH_LOG for deterministic
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 2 Mar 2022 06:34:50 +0000 (22:34 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2022 18:41:52 +0000 (18:41 +0000)
commit977b493e5040db8e000c6565bb29f3ac260ca0e1
tree1af7bfa7f1912a7fa47ba3269783f90c4844be60
parent14c2dcbebccf072225a089518ffeb010401f479c
perl: Makefile.PL: Fix _PATH_LOG for deterministic

It checks host's path such as /dev/log and uses it, this doesn't make sense for
cross build, and it causes undeterministic, for example, the contianer os
usually doesn't have /dev/log which leads to a different build result since
other host usually has /dev/log, so make it always use the default value to fix
the issue.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/files/0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch [new file with mode: 0644]
meta/recipes-devtools/perl/perl_5.34.0.bb