mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-31 03:45:41 +00:00
f7fe727a1f3c2f75376918744e7508934a2ef989
oe-core carries a backport of libarchive PR #2846 (see 0003-Convert-RPM-reader-into-a-proper-format-supporting-b.patch, added for RPM 6 support) which converts the RPM reader from a filter into a proper format. That drops archive_read_support_filter_rpm() from the public API in favour of archive_read_support_format_rpm(), and fuse-archive fails to compile: lib/reader.cc:509:9: error: use of undeclared identifier archive_read_support_filter_rpm Add a patch selecting the available entry point at compile time. ARCHIVE_FORMAT_RPM is defined by archive.h only in versions providing the new format, so it is an exact feature test and the recipe keeps building against both stock and patched libarchive. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Collection of layers for the OE-core universe
Main layer maintainer: Khem Raj raj.khem@gmail.com
This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Description
Languages
BitBake
86.2%
Shell
5.9%
C
2.8%
Roff
1.9%
NASL
1.7%
Other
1.3%