From: Andrei Gherzan <andrei.gherzan@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Cc: Andrei Gherzan <andrei.gherzan@windriver.com>
Subject: [PATCH 0/2] Build and package dbus-tests - separate recipe
Date: Fri, 17 Aug 2012 16:02:18 +0300 [thread overview]
Message-ID: <cover.1345208249.git.andrei.gherzan@windriver.com> (raw)
While compiling dbus with tests, dbus and dbus-glib are needed. To
compile dbus-glib, dbus is needed (obviously). The only solution (to
compile dbus with tests) that i found, is to create a new recipe named
dbus-tests where to compile dbus with --enable-tests
--enable-embedded-tests, skip write to sysroot (noexec) and just
package dbus-tests.
I included a wrapper to run all tests.
As discussed on mailing list, tests location is: libdir/BPN
Tested on all qemu machines with dbus 1.4.20 and with the comming
1.6.4
The following changes since commit bddd8300325267253941e7ce656ce2cf86a8a4a4:
apr-util: fix the rules.mk with path to sysroot instead of the workdir of apr (2012-08-17 13:10:08 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ag/dbus-tests
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/dbus-tests
Andrei Gherzan (2):
python-dbus: Native dbus python module needed for dbus tests
dbus-tests: Add separate recipe for building dbus-tests
meta/recipes-core/dbus/dbus-tests/run_test.sh | 22 +++++++
meta/recipes-core/dbus/dbus-tests_1.4.20.bb | 64 +++++++++++++++++++++
meta/recipes-devtools/python/python-dbus_1.1.1.bb | 5 +-
3 files changed, 90 insertions(+), 1 deletions(-)
create mode 100755 meta/recipes-core/dbus/dbus-tests/run_test.sh
create mode 100644 meta/recipes-core/dbus/dbus-tests_1.4.20.bb
--
1.7.5.4
next reply other threads:[~2012-08-17 13:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-17 13:02 Andrei Gherzan [this message]
2012-08-17 13:02 ` [PATCH 2/2] dbus-tests: Add separate recipe for building dbus-tests Andrei Gherzan
2012-08-17 13:44 ` Radu Moisan
2012-08-17 13:43 ` Andrei Gherzan
2012-08-17 13:05 ` [PATCH 1/2] python-dbus: Native dbus python module needed for dbus tests Andrei Gherzan
2012-08-17 13:09 ` Martin Jansa
2012-08-17 13:55 ` Andrei Gherzan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1345208249.git.andrei.gherzan@windriver.com \
--to=andrei.gherzan@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.