From: Björn Stenberg Date: Wed, 6 Mar 2013 09:41:09 +0000 (+0100) Subject: dbus: Use new _ptest functions X-Git-Tag: 2015-4~7300 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=60e9487b3d6b8a317436a7394d6635dd28aa1390;p=openembedded-core.git dbus: Use new _ptest functions Signed-off-by: Björn Stenberg Signed-off-by: Saul Wold --- 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:/' }