mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
rpm: replace use of rpm2cpio with rpm2archive
rpm2cpio has been deprecated upstream, so this prepares for its eventual removal. rpm2archive produces a tar archive which can be uncompressed with tar executable from the host. (From OE-Core rev: ed824d3fb23f0c89d8dfdacb2c4ef0b7c21a5144) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ea9c2cfb69
commit
2d22ef8195
@@ -29,7 +29,6 @@ require conf/testexport.conf
|
||||
TEST_EXPORT_SDK_ENABLED ?= "0"
|
||||
|
||||
TEST_EXPORT_DEPENDS = ""
|
||||
TEST_EXPORT_DEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'cpio-native:do_populate_sysroot', '', d)}"
|
||||
TEST_EXPORT_DEPENDS += "${@bb.utils.contains('TEST_EXPORT_SDK_ENABLED', '1', 'testexport-tarball:do_populate_sdk', '', d)}"
|
||||
TEST_EXPORT_LOCK = "${TMPDIR}/testimage.lock"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user