mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 14:32:47 +00:00
pv: Fix ptest failures
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8eb09b7afb
commit
35b117066f
@ -35,6 +35,7 @@ PTESTS_FAST_META_OE = "\
|
||||
onig \
|
||||
oprofile \
|
||||
protobuf \
|
||||
pv \
|
||||
sdbus-c++ \
|
||||
uthash \
|
||||
xmlsec1 \
|
||||
@ -68,5 +69,4 @@ PTESTS_PROBLEMS_META_OE ="\
|
||||
libteam \
|
||||
ostree \
|
||||
psqlodbc \
|
||||
pv \
|
||||
"
|
||||
|
||||
@ -18,7 +18,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 ${PN}"
|
||||
|
||||
do_install_ptest() {
|
||||
install -d ${D}${PTEST_PATH}/tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user