diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-09 22:00:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
commit | f1709ba573455d627bac66db6c16c2262fa056ff (patch) | |
tree | 11bb8fd7e8213d2e601e31e55a2acee1fcecb26b /meta/recipes-devtools/opkg | |
parent | 4617ef6abf44e04b527ed111bb37f22f04ca24ab (diff) | |
download | poky-f1709ba573455d627bac66db6c16c2262fa056ff.tar.gz |
m4/opkg/ethtool/attr/libgpg-error: Add missing bash ptest dependency
(From OE-Core rev: 27b6605c7b95f70a50b4243818a03c5b2412c5a6)
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 c95a40d268..c3f4a7dd57 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" | 68 | RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression bash" |
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" |