diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:49:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-12 13:22:08 +0000 |
| commit | 2d22ef81952b90167bb70f6e3a20097a75aecbab (patch) | |
| tree | 7ed8de1167fca45c20b348fe374a583766442046 /meta/recipes-devtools | |
| parent | ea9c2cfb6901251b95e07e052616a512b91ea0c7 (diff) | |
| download | poky-2d22ef81952b90167bb70f6e3a20097a75aecbab.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm_4.20.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_4.20.0.bb b/meta/recipes-devtools/rpm/rpm_4.20.0.bb index ec4276d16e..97483f7ddd 100644 --- a/meta/recipes-devtools/rpm/rpm_4.20.0.bb +++ b/meta/recipes-devtools/rpm/rpm_4.20.0.bb | |||
| @@ -61,7 +61,7 @@ OECMAKE_GENERATOR = "Unix Makefiles" | |||
| 61 | 61 | ||
| 62 | BBCLASSEXTEND = "native nativesdk" | 62 | BBCLASSEXTEND = "native nativesdk" |
| 63 | 63 | ||
| 64 | PACKAGECONFIG ??= "" | 64 | PACKAGECONFIG ??= "archive" |
| 65 | 65 | ||
| 66 | PACKAGECONFIG[plugins] = "-DENABLE_PLUGINS=ON,-DENABLE_PLUGINS=OFF" | 66 | PACKAGECONFIG[plugins] = "-DENABLE_PLUGINS=ON,-DENABLE_PLUGINS=OFF" |
| 67 | PACKAGECONFIG[testsuite] = "-DENABLE_TESTSUITE=ON,-DENABLE_TESTSUITE=OFF" | 67 | PACKAGECONFIG[testsuite] = "-DENABLE_TESTSUITE=ON,-DENABLE_TESTSUITE=OFF" |
