Re: [OE-core] [PATCH] dbus-glib: support unit tests compile and install

2012-07-16 Thread Burton, Ross
On 13 July 2012 21:49, Yao Zhao wrote: > +-noinst_PROGRAMS= $(TEST_BINARIES) > ++testdir = /opt/@PACKAGE@-tests > ++test_PROGRAMS= $(TEST_BINARIES) /opt is not for package-managed files, please install into /usr/ somewhere. > +PACKAGECONFIG ??= "" > +PACKAGECONFIG[tests] = "--enable-tests,,," I

[OE-core] [PATCH] dbus-glib: support unit tests compile and install

2012-07-13 Thread Yao Zhao
test-service-glib-include-glib-only.patch: fixes the compiling failure that test-service-glib.c includes glib/gquark.h not glib.h directly. test-install-makefile.patch: install unit tests for test purpose dbus-glib.inc: default turn off unit test as libdbus-glib-1.so.2.2.2 will have unit test cod

[OE-core] [PATCH] dbus-glib: support unit tests compile and install

2012-07-13 Thread Yao Zhao
test-service-glib-include-glib-only.patch: fixes the compiling failure that test-service-glib.c includes glib/gquark.h not glib.h directly. test-install-makefile.patch: install unit tests for test purpose dbus-glib.inc: default turn off unit test as libdbus-glib-1.so.2.2.2 will have unit test co