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 <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2025-10-18 14:57:09 +02:00
parent e3d1e62e2b
commit 223846a1e0
+1 -1
View File
@@ -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