Files
poky/meta/recipes-devtools
Khem Raj 614f764707 ruby: Remove __has_include and __has_include_next from preprocessed header file
one of the build steps ruby has is that it generated rb_mjit_header.h
during configure using gcc preprocessor using -dD which emits built-in
defines as well, problem happens when this header is later included in
subsequent compiles, where compiler errors out stating that an existing
internal define is redefined

| /tmp/20200123-2021083-2c601q.h:13849:9: error: "__has_include" cannot be used as a macro name
| 13849 | #define __has_include __has_include
|       |         ^~~~~~~~~~~~~
| compilation terminated due to -Wfatal-errors.

Since compiler already will take care of it internally we can edit it
out from this header file

(From OE-Core rev: b4f0df9a0e998af746bcd84cb81ea4ba0107f989)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-01-27 16:48:09 +00:00
..
2019-10-23 16:30:35 +01:00
2019-08-30 17:10:28 +01:00
2019-12-16 23:25:49 +00:00
2019-12-30 08:47:13 +00:00
2020-01-27 16:48:09 +00:00
2020-01-27 16:48:08 +00:00
2019-12-09 12:00:43 +00:00
2019-11-25 17:57:23 +00:00
2019-12-16 23:25:49 +00:00
2019-12-16 23:25:49 +00:00
2019-12-28 23:25:41 +00:00
2019-10-19 23:18:33 +01:00
2018-03-09 09:17:03 -08:00
2019-12-30 08:47:12 +00:00
2019-12-30 08:47:12 +00:00
2019-12-30 23:39:09 +00:00
2019-05-27 17:06:34 +01:00
2018-01-30 12:53:16 +00:00
2020-01-27 16:48:09 +00:00
2019-02-15 16:05:37 +00:00
2019-12-28 23:25:42 +00:00
2019-07-31 23:03:01 +01:00
2019-12-15 09:10:46 +00:00
2019-07-15 09:30:00 +01:00
2019-12-28 23:25:41 +00:00
2019-12-09 12:00:43 +00:00
2019-07-18 12:16:19 +01:00
2018-11-14 11:14:39 +00:00
2020-01-16 22:33:09 +00:00
2019-07-19 16:19:14 +01:00
2020-01-16 22:33:09 +00:00
2019-12-30 08:47:12 +00:00
2020-01-16 22:33:09 +00:00
2020-01-27 16:48:08 +00:00