mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 10:54:29 +00:00
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:
parent
e3d1e62e2b
commit
223846a1e0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user