aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorPoonam Jadhav <poonam.jadhav@kpit.com>2023-11-21 18:59:37 +0530
committerKhem Raj <raj.khem@gmail.com>2023-11-21 08:24:15 -0800
commitba89a9058acbc1d20987373e60e528cc2518aff1 (patch)
tree30cccd98e4cb6de5b13b128d485cd7bea173426e /meta-oe/recipes-core
parent6850efd0665067043075d94a1fa43f6bb17edc87 (diff)
downloadmeta-openembedded-contrib-ba89a9058acbc1d20987373e60e528cc2518aff1.tar.gz
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: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.4.0.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.4.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.4.0.bb
index faf2814853..869bfa951f 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.4.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.4.0.bb
@@ -39,7 +39,12 @@ do_install:append() {
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}-dev += "${bindir}/sdbus-c++-xml2cpp"