[oe-commits] Björn Stenberg : dbus: Use new _ptest functions

git at git.openembedded.org git at git.openembedded.org
Thu Mar 7 11:14:10 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 60e9487b3d6b8a317436a7394d6635dd28aa1390
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=60e9487b3d6b8a317436a7394d6635dd28aa1390

Author: Björn Stenberg <bjst at enea.com>
Date:   Wed Mar  6 10:41:09 2013 +0100

dbus: Use new _ptest functions

Signed-off-by: Björn Stenberg <bjst at enea.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/dbus/dbus-ptest_1.6.8.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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:/'
 }





More information about the Openembedded-commits mailing list