summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_3.1.3.bb
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2023-10-21 15:51:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-26 15:28:38 +0100
commita40d9258148e28cbee2168c93179cd4c1232fb62 (patch)
tree306519e1c3915214fcb5c2366898a291c9f6bf95 /meta/recipes-connectivity/openssl/openssl_3.1.3.bb
parent5d387bc9001726937ffa7d3cfc333cfa31b681fb (diff)
downloadopenembedded-core-a40d9258148e28cbee2168c93179cd4c1232fb62.tar.gz
package_rpm: Allow compression mode override
Commit 4a4d5f78a6962dda5f63e9891825c80a8a87bf66 ("package_rpm: use zstd instead of xz") changed the rpm package compressor from 'xz' to 'zstd' which results in decompression failure with BusyBox-provided 'rpm2cpio' applet and 'rpm' applet when given the '-i' (Install package) option: rpm2cpio: no gzip/bzip2/xz magic Introduce a variable which makes it possible to use a different compression mode, making it possible to override the default value for example like RPMBUILD_COMPMODE = "${@'w6T%d.xzdio' % int(d.getVar('XZ_THREADS'))}" to enable rpm decompression without including the full rpm package in the resulting root filesystem. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_3.1.3.bb')
0 files changed, 0 insertions, 0 deletions