[oe] [meta-oe][PATCH 0/3] Make lcov work with gcc-9

Viktor Rosendahl viktor.rosendahl at gmail.com
Mon Feb 17 16:39:34 UTC 2020


Hi all,

I have made this patch series in order to address the issue that lcov
doesn't work with gcc-9 because it doesn't understand the fancy new JSON
format. The last patch also adds a missing dependency
and enables the building of native and nativesdk packages.

These patches are intended for master but I can also send the series
for zeus, if/when acceptable for master.

best regards,

Viktor

Viktor Rosendahl (3):
  perl: Add libperlio-gzip-perl and libjson-perl
  lcov: Add support for intermediate JSON format
  lcov: Add missing missing RDEPEND and enable nativesdk

 .../perl/libjson-perl_4.02000.bb              |  22 +
 .../perl/libperlio-gzip-perl_0.20.bb          |  30 +
 ...Add-intermediate-text-format-support.patch | 898 ++++++++++++++++++
 ...Add-intermediate-JSON-format-support.patch | 247 +++++
 meta-oe/recipes-support/lcov/lcov_1.14.bb     |  11 +-
 5 files changed, 1207 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-devtools/perl/libjson-perl_4.02000.bb
 create mode 100644 meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb
 create mode 100644 meta-oe/recipes-support/lcov/files/0001-geninfo-Add-intermediate-text-format-support.patch
 create mode 100644 meta-oe/recipes-support/lcov/files/0002-geninfo-Add-intermediate-JSON-format-support.patch

-- 
2.17.1



More information about the Openembedded-devel mailing list