From: Robert P. J. Day Date: Thu, 25 Jun 2026 08:15:56 +0000 (-0400) Subject: cpio_2.15.bb: delete unnecessary RDEPENDS of "ptest-runner" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e975d24f8083ca8f75efc22d02bd3ea6f23e5b2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git cpio_2.15.bb: delete unnecessary RDEPENDS of "ptest-runner" 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 Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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"