]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: Use new _ptest functions
authorBjörn Stenberg <bjst@enea.com>
Wed, 6 Mar 2013 09:41:09 +0000 (10:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Mar 2013 11:12:36 +0000 (11:12 +0000)
Signed-off-by: Björn Stenberg <bjst@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/dbus/dbus-ptest_1.6.8.bb

index 138220632749e82d2b47f0c9b9eee9c0cb2d93bb..d00819a8dcf0386ab7c43f56e012b6e387d416bc 100644 (file)
@@ -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:/'
 }