aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorBjörn Stenberg <bjst@enea.com>2013-03-06 10:41:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-07 11:12:36 +0000
commit60e9487b3d6b8a317436a7394d6635dd28aa1390 (patch)
treebc20dbb62c08cd678e26e2404c0217369d9deef1 /meta/recipes-core/dbus
parent1e4d267a3cbd2135a5de10519814087050b766b7 (diff)
downloadopenembedded-core-contrib-60e9487b3d6b8a317436a7394d6635dd28aa1390.tar.gz
dbus: Use new _ptest functions
Signed-off-by: Björn Stenberg <bjst@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus-ptest_1.6.8.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
index 1382206327..d00819a8dc 100644
--- a/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
+++ b/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
@@ -41,6 +41,8 @@ EXTRA_OECONF = "--enable-tests \
${EXTRA_OECONF_X}"
do_install() {
- ptest_do_install
+}
+
+do_install_ptest() {
find ${D}${PTEST_PATH} -name Makefile | xargs sed -i 's/^Makefile:/_Makefile:/'
}