summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorBjörn Stenberg <bjst@enea.com>2013-03-06 10:41:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-07 11:14:39 +0000
commit0917a247865a0c7b5c753f22423891c7bda1f1a6 (patch)
treec49fb713abecc13521df9ec318356a5bc96ed6af /meta/recipes-core/dbus
parentbb498369b8393a88968eaad2714b18afd29c0d1e (diff)
downloadpoky-0917a247865a0c7b5c753f22423891c7bda1f1a6.tar.gz
dbus: Use new _ptest functions
(From OE-Core rev: 60e9487b3d6b8a317436a7394d6635dd28aa1390) Signed-off-by: Björn Stenberg <bjst@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus-ptest_1.6.8.bb4
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 \
41 ${EXTRA_OECONF_X}" 41 ${EXTRA_OECONF_X}"
42 42
43do_install() { 43do_install() {
44 ptest_do_install 44}
45
46do_install_ptest() {
45 find ${D}${PTEST_PATH} -name Makefile | xargs sed -i 's/^Makefile:/_Makefile:/' 47 find ${D}${PTEST_PATH} -name Makefile | xargs sed -i 's/^Makefile:/_Makefile:/'
46} 48}