mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
libtinyxml2: Package needed resources to run ptests
ptests require additional xml files to be present on target for tests to work correctly. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Wang Mingyu <wangmy@fujitsu.com>
This commit is contained in:
@@ -19,6 +19,9 @@ CXXFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"
|
|||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
install -Dm 0755 ${B}/xmltest ${D}${PTEST_PATH}/xmltest
|
install -Dm 0755 ${B}/xmltest ${D}${PTEST_PATH}/xmltest
|
||||||
install -d ${D}${PTEST_PATH}/resources/out
|
install -d ${D}${PTEST_PATH}/resources/out
|
||||||
|
for f in ${S}/resources/*.xml; do
|
||||||
|
install -m 0644 $f ${D}${PTEST_PATH}/resources/
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user