From 60e9487b3d6b8a317436a7394d6635dd28aa1390 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 6 Mar 2013 10:41:09 +0100 Subject: dbus: Use new _ptest functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Stenberg Signed-off-by: Saul Wold --- meta/recipes-core/dbus/dbus-ptest_1.6.8.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/dbus') 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:/' } -- cgit 1.2.3-korg