diff mbox series

cpio_2.15.bb: delete unnecessary RDEPENDS of "ptest-runner"

Message ID c5d0a15f-e91b-0ddb-c595-915845663009@crashcourse.ca
State Under Review
Headers show
Series cpio_2.15.bb: delete unnecessary RDEPENDS of "ptest-runner" | expand

Commit Message

Robert P. J. Day June 25, 2026, 8:15 a.m. UTC
Since all ptest-enabled recipes already have an RRECOMMENDS of
ptest-runner, there is no value in listing it in RDEPENDS as well.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  unless something very weird is going on in this recipe, this seems
like a valid removal. it's the only recipe in all of oe-core that had
this oddity.
diff mbox series

Patch

diff --git a/meta/recipes-extended/cpio/cpio_2.15.bb b/meta/recipes-extended/cpio/cpio_2.15.bb
index fa011251e2..8c31209f77 100644
--- a/meta/recipes-extended/cpio/cpio_2.15.bb
+++ b/meta/recipes-extended/cpio/cpio_2.15.bb
@@ -69,7 +69,7 @@  do_install_ptest_base:append() {
 DEPENDS:append:class-target = " ${@bb.utils.contains('PTEST_ENABLED', '1', 'ptest-runner', '', d)}"
 PACKAGE_WRITE_DEPS:append:class-target = " ${@bb.utils.contains('PTEST_ENABLED', '1', 'ptest-runner', '', d)}"

-RDEPENDS:${PN}-ptest += "ptest-runner coreutils"
+RDEPENDS:${PN}-ptest += "coreutils"

 PACKAGES =+ "${PN}-rmt"