From: Björn Stenberg Date: Wed, 6 Mar 2013 09:41:09 +0000 (+0100) Subject: dbus: Use new _ptest functions X-Git-Tag: rev_ivi_2015_02_04~13435 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f6bf9cf6144cb240ed01d9d663458b7b3a11bcf;p=scm%2Fbb%2Ftizen-distro.git dbus: Use new _ptest functions (From OE-Core rev: 60e9487b3d6b8a317436a7394d6635dd28aa1390) Signed-off-by: Björn Stenberg Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 1382206..d00819a 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:/' }