summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-11 20:52:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-12 23:39:13 +0000
commit09969f9bc3ffb4122c7e6c3745d2992148573124 (patch)
tree421107cf55324d97ca1f925bde1eb47c74d55233 /meta/recipes-devtools/opkg
parent28b8d57a88849f7f024d13c5c901f3621f5166c7 (diff)
downloadpoky-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.bb2
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 () {
65RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" 65RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive"
66RDEPENDS:${PN}:class-native = "" 66RDEPENDS:${PN}:class-native = ""
67RDEPENDS:${PN}:class-nativesdk = "" 67RDEPENDS:${PN}:class-nativesdk = ""
68RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression bash" 68RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression bash python3-crypt python3-io"
69RREPLACES:${PN} = "opkg-nogpg opkg-collateral" 69RREPLACES:${PN} = "opkg-nogpg opkg-collateral"
70RCONFLICTS:${PN} = "opkg-collateral" 70RCONFLICTS:${PN} = "opkg-collateral"
71RPROVIDES:${PN} = "opkg-collateral" 71RPROVIDES:${PN} = "opkg-collateral"