Re: [OE-core] [PATCH] libpam: drop yylex to static force

2019-12-10 Thread Hongxu Jia
On 12/10/19 6:58 PM, Ross Burton wrote: +diff --git a/modules/pam_console/sed-static b/modules/pam_console/sed-static +index b9a6fa2..c7a850e 100644 +--- a/modules/pam_console/sed-static b/modules/pam_console/sed-static do_patch fails with: can't find file to patch at input line 40 I gu

Re: [OE-core] [PATCH] libpam: drop yylex to static force

2019-12-10 Thread Ross Burton
+diff --git a/modules/pam_console/sed-static b/modules/pam_console/sed-static +index b9a6fa2..c7a850e 100644 +--- a/modules/pam_console/sed-static b/modules/pam_console/sed-static do_patch fails with: can't find file to patch at input line 40 I guess your WRL layers are patching pam-conso

[OE-core] [PATCH] libpam: drop yylex to static force

2019-12-09 Thread Hongxu Jia
Since flex was upgraded to 2.6.4, there is a build failure ... In file included from ../../../Linux-PAM-1.3.1/modules/pam_console/configfile.c:56: configfile.lex.c:23:15: error: static declaration of '_pc_yylex' follows non-static declaration 23 | #define yyleng _pc_yyleng |