diff mbox series

[meta-oe,kirkstone] pv: fix ptests

Message ID 20251018125709.1381888-1-skandigraun@gmail.com
State New
Headers show
Series [meta-oe,kirkstone] pv: fix ptests | expand

Commit Message

Gyorgy Sarvari Oct. 18, 2025, 12:57 p.m. UTC
Setting the RDEPENDS with "=" erased the base dependencies
(notably ${PN} itself) from the list, making the tests fail, unless
the dependencies were installed explicitly.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-oe/recipes-support/pv/pv_1.6.20.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/pv/pv_1.6.20.bb b/meta-oe/recipes-support/pv/pv_1.6.20.bb
index 867a621d1a..2ecf62e3d0 100644
--- a/meta-oe/recipes-support/pv/pv_1.6.20.bb
+++ b/meta-oe/recipes-support/pv/pv_1.6.20.bb
@@ -17,7 +17,7 @@  inherit autotools ptest
 LDEMULATION:mipsarchn32 = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', 'elf32btsmipn32', 'elf32ltsmipn32', d)}"
 export LDEMULATION
 
-RDEPENDS:${PN}-ptest = "coreutils"
+RDEPENDS:${PN}-ptest += "coreutils"
 
 do_install_ptest() {
     install -d ${D}${PTEST_PATH}/tests