diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-02-05 18:51:18 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-10 13:03:57 +0000 |
| commit | 39cbbd1a87666f0535528f4daf03f1704f9eda49 (patch) | |
| tree | bcef43e0621b314aa2d3f5120834c41ded61e040 /meta/classes-global/base.bbclass | |
| parent | f82bac5b5a4c6c545b3d013a5f221bdca6bfc373 (diff) | |
| download | poky-39cbbd1a87666f0535528f4daf03f1704f9eda49.tar.gz | |
classes: switch p7zip to 7zip
meta-oe has switched from p7zip to 7zip.
p7zip recipe does not exist anymore and p7zip is provided and rprovided
by 7zip recipe.
Use real provider instead of replaced one.
(From OE-Core rev: 5aa516bfa295d5be919459dfe45f452cdec45e81)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-global/base.bbclass')
| -rw-r--r-- | meta/classes-global/base.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-global/base.bbclass b/meta/classes-global/base.bbclass index 988bdbcf0f..924f319999 100644 --- a/meta/classes-global/base.bbclass +++ b/meta/classes-global/base.bbclass | |||
| @@ -645,9 +645,9 @@ python () { | |||
| 645 | elif path.endswith('.deb'): | 645 | elif path.endswith('.deb'): |
| 646 | d.appendVarFlag('do_unpack', 'depends', ' xz-native:do_populate_sysroot') | 646 | d.appendVarFlag('do_unpack', 'depends', ' xz-native:do_populate_sysroot') |
| 647 | 647 | ||
| 648 | # *.7z should DEPEND on p7zip-native for unpacking | 648 | # *.7z should DEPEND on 7zip-native for unpacking |
| 649 | elif path.endswith('.7z'): | 649 | elif path.endswith('.7z'): |
| 650 | d.appendVarFlag('do_unpack', 'depends', ' p7zip-native:do_populate_sysroot') | 650 | d.appendVarFlag('do_unpack', 'depends', ' 7zip-native:do_populate_sysroot') |
| 651 | 651 | ||
| 652 | set_packagetriplet(d) | 652 | set_packagetriplet(d) |
| 653 | 653 | ||
