mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
sdbus-c++: Update ptest path
Update ptest path to run sdbus-c++ ptest Signed-off-by: Poonam Jadhav <poonam.jadhav@kpit.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
cdab5037c9
commit
01c0aaaf62
@@ -39,6 +39,11 @@ do_install:append() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
PTEST_PATH = "${libdir}/${BPN}/tests"
|
PTEST_PATH = "${libdir}/${BPN}/ptest"
|
||||||
|
do_install_ptest() {
|
||||||
|
install -d ${D}${PTEST_PATH}
|
||||||
|
cp -r ${B}/tests/sdbus-c++-unit-tests ${D}${PTEST_PATH}
|
||||||
|
}
|
||||||
|
|
||||||
FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/"
|
FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/"
|
||||||
FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp"
|
FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user