mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user