diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-11 20:52:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
commit | 09969f9bc3ffb4122c7e6c3745d2992148573124 (patch) | |
tree | 421107cf55324d97ca1f925bde1eb47c74d55233 /meta/recipes-devtools/opkg | |
parent | 28b8d57a88849f7f024d13c5c901f3621f5166c7 (diff) | |
download | poky-09969f9bc3ffb4122c7e6c3745d2992148573124.tar.gz |
opkg: Add missing python module ptest dependencies
Add dependencies on missing python modules to fix execution in minimal images.
(From OE-Core rev: e817f67e62fff9058b8396fb5e5afa106b4d7476)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.6.1.bb b/meta/recipes-devtools/opkg/opkg_0.6.1.bb index c3f4a7dd57..4c25fe963a 100644 --- a/meta/recipes-devtools/opkg/opkg_0.6.1.bb +++ b/meta/recipes-devtools/opkg/opkg_0.6.1.bb | |||
@@ -65,7 +65,7 @@ do_install_ptest () { | |||
65 | RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" | 65 | RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" |
66 | RDEPENDS:${PN}:class-native = "" | 66 | RDEPENDS:${PN}:class-native = "" |
67 | RDEPENDS:${PN}:class-nativesdk = "" | 67 | RDEPENDS:${PN}:class-nativesdk = "" |
68 | RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression bash" | 68 | RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression bash python3-crypt python3-io" |
69 | RREPLACES:${PN} = "opkg-nogpg opkg-collateral" | 69 | RREPLACES:${PN} = "opkg-nogpg opkg-collateral" |
70 | RCONFLICTS:${PN} = "opkg-collateral" | 70 | RCONFLICTS:${PN} = "opkg-collateral" |
71 | RPROVIDES:${PN} = "opkg-collateral" | 71 | RPROVIDES:${PN} = "opkg-collateral" |