| Submitter | Björn Stenberg |
|---|---|
| Date | March 6, 2013, 9:41 a.m. |
| Message ID | <1362562871-16878-3-git-send-email-bjst@enea.com> |
| Download | mbox | patch |
| Permalink | /patch/45587/ |
| State | Accepted |
| Commit | 60e9487b3d6b8a317436a7394d6635dd28aa1390 |
| Headers | show |
Comments
Patch
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:/' }
Signed-off-by: Björn Stenberg <bjst@enea.com> --- meta/recipes-core/dbus/dbus-ptest_1.6.8.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)