Files
poky/meta/recipes-devtools
Mingli Yu a5dd314fba elfutils: fix build failure with musl
Fix below build failure with musl when ptest
enabled.
| In file included from ../../elfutils-0.176/tests/dwfl-proc-attach.c:33:
| ../../elfutils-0.176/lib/system.h:63:35: error: called object 'err' is not a function or function pointer
|  #define error(status, errno, ...) err(status, __VA_ARGS__)
|                                    ^~~
| ../../elfutils-0.176/tests/dwfl-proc-attach.c:92:5: note: in expansion of macro 'error'
|      error (-1, 0, "dwfl_linux_proc_attach pid %d: %s", pid,
|      ^~~~~
| ../../elfutils-0.176/tests/dwfl-proc-attach.c:79:7: note: declared here
|    int err;
|        ^~~

The root cause is because the conflicts between
vairable and function name, so change the variable
name to workaround it.

(From OE-Core rev: 48dbb1bd980f7ed17a612fa7c1be298f14955c3f)

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-04-23 23:30:19 +01:00
..
2019-04-01 14:48:44 +01:00
2018-08-23 18:02:23 +01:00
2019-04-16 11:10:02 +01:00
2019-04-05 17:32:50 +01:00
2019-02-25 10:43:07 +00:00
2018-03-06 06:43:10 -08:00
2019-03-06 10:39:25 +00:00
2019-04-16 11:10:02 +01:00
2019-02-15 16:05:37 +00:00
2018-11-14 11:14:39 +00:00
2019-03-18 23:47:43 +00:00
2018-12-20 14:53:55 +00:00
2018-03-09 09:17:03 -08:00
2018-05-11 07:49:37 +01:00
2019-04-16 11:10:02 +01:00
2019-04-16 11:10:02 +01:00
2019-04-12 14:05:37 +01:00
2019-04-03 14:50:13 +01:00
2018-01-30 12:53:16 +00:00
2019-04-16 11:10:02 +01:00
2019-02-15 16:05:37 +00:00
2018-03-31 09:48:42 +01:00
2019-03-04 22:57:05 +00:00
2019-04-01 14:48:44 +01:00
2019-03-25 23:19:53 +00:00
2019-04-12 09:29:06 +01:00
2018-08-23 07:50:01 +01:00
2019-01-27 13:05:17 +00:00
2019-02-25 10:43:07 +00:00
2018-11-14 11:14:39 +00:00
2019-04-16 11:10:02 +01:00
2019-03-24 17:00:52 +00:00
2019-04-12 09:29:06 +01:00
2019-01-14 11:49:07 +00:00
2019-01-27 13:05:17 +00:00
2019-03-04 22:57:05 +00:00
2019-04-16 11:10:02 +01:00
2019-04-05 17:32:50 +01:00