From: Björn Stenberg Date: Wed, 6 Mar 2013 09:41:09 +0000 (+0100) Subject: dbus: Use new _ptest functions X-Git-Tag: yocto-4.0~33681 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60e9487b3d6b8a317436a7394d6635dd28aa1390;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 13822063274..d00819a8dcf 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:/' }