From 223846a1e01332d52975062d530d988c419057b9 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sat, 18 Oct 2025 14:57:09 +0200 Subject: [PATCH] pv: fix ptests 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 --- meta-oe/recipes-support/pv/pv_1.6.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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