diff options
author | Björn Stenberg <bjst@enea.com> | 2013-03-06 10:41:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-07 11:12:36 +0000 |
commit | 60e9487b3d6b8a317436a7394d6635dd28aa1390 (patch) | |
tree | bc20dbb62c08cd678e26e2404c0217369d9deef1 | |
parent | 1e4d267a3cbd2135a5de10519814087050b766b7 (diff) | |
download | openembedded-core-60e9487b3d6b8a317436a7394d6635dd28aa1390.tar.gz openembedded-core-60e9487b3d6b8a317436a7394d6635dd28aa1390.tar.bz2 openembedded-core-60e9487b3d6b8a317436a7394d6635dd28aa1390.zip |
dbus: Use new _ptest functions
Signed-off-by: Björn Stenberg <bjst@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | 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 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:/' } |