Files
poky/meta/recipes-extended
Mingli Yu 22fc74fc01 mc: set ac_cv_path_PERL_FOR_BUILD
After mc upgrade to 4.8.29, it introduces PERL_FOR_BUILD [1] and will
result in the below build failure on some system when we build under
a project with long path.
 | make[4]: Entering directory '/buildarea2/WTEST_Regression/Rerun/build_dir/02161802-multilib_pkgs_conflict/qemux86-64-standard-std-OE/build1/tmp-glibc/work/core2-64-wrs-linux/mc/4.8.29-r0/build/doc/hlp/es'
 make[4]: Nothing to be done for 'install-exec-am'.
 | ../../../src/man2hlp/man2hlp ../../../doc/man/es/mc.1 ../../../../mc-4.8.29/doc/hlp/es/xnc.hlp mc.hlp.es
 | ../../../src/man2hlp/man2hlp: line 32: use: command not found
 | ../../../src/man2hlp/man2hlp: line 33: use: command not found
 | ../../../src/man2hlp/man2hlp: line 36: syntax error near unexpected token `('
 | ../../../src/man2hlp/man2hlp: line 36: `my %static = ('
 | make[4]: [Makefile:632: mc.hlp.es] Error 2 (ignored)

 $ head -n 5 tmp-glibc/work/core2-64-wrs-linux/mc/4.8.29-r0/build/src/man2hlp/man2hlp
 #! /buildarea2/WTEST_Regression/Rerun/build_dir/02161802-multilib_pkgs_conflict/qemux86-64-standard-std-OE/build1/tmp-glibc/hosttools/perl
 #
 #  Man page to help file converter
 #  Copyright (C) 1994, 1995, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
 #  2007, 2010, 2011

It's beacause the shebang line exceeds 128 which is usually the max
length.

So set ac_cv_path_PERL_FOR_BUILD to fix the above issue and altogether
to remove the build path issue.

[1] 6b67d231a2

(From OE-Core rev: 33d91a2434eeb20076c8226340b224b1d606c40f)

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-02-24 13:31:45 +00:00
..
2023-01-12 23:08:59 +00:00
2023-01-06 12:03:48 +00:00
2022-12-06 15:23:18 +00:00
2023-02-10 09:25:44 +00:00
2022-09-08 14:59:39 +01:00
2022-11-27 23:54:51 +00:00
2023-02-09 09:57:24 +00:00
2023-01-16 10:42:07 +00:00
2023-01-15 08:49:08 +00:00
2022-11-27 23:54:51 +00:00
2022-10-29 16:28:35 +01:00
2022-04-10 08:31:17 +01:00
2022-10-29 16:28:35 +01:00
2022-05-20 22:52:22 +01:00
2022-11-29 10:29:58 +00:00
2022-04-19 14:14:12 +01:00
2022-11-08 22:47:16 +00:00
2023-01-06 12:03:48 +00:00
2023-02-09 09:57:24 +00:00
2023-02-09 09:57:25 +00:00
2023-01-16 10:42:07 +00:00
2023-02-20 15:18:30 +00:00
2023-02-24 13:31:45 +00:00
2023-02-08 10:29:01 +00:00
2022-12-18 19:48:00 +00:00
2022-11-23 18:27:07 +00:00
2021-08-02 15:44:10 +01:00
2022-01-20 11:57:29 +00:00
2022-12-22 23:05:50 +00:00
2022-11-22 12:26:46 +00:00
2021-11-13 16:11:28 +00:00
2022-11-14 16:19:43 +00:00
2022-11-22 12:26:46 +00:00
2022-08-21 22:51:42 +01:00
2023-02-09 09:57:25 +00:00
2022-08-21 22:51:42 +01:00
2023-02-09 09:57:25 +00:00
2023-02-09 09:57:25 +00:00
2022-08-17 19:57:32 +01:00
2022-12-18 19:48:00 +00:00
2022-03-02 18:43:24 +00:00
2023-01-16 10:42:07 +00:00
2022-08-16 14:57:58 +01:00
2023-02-20 15:18:30 +00:00