]> code.ossystems Code Review - openembedded-core.git/commit
dbus,dbus-test: Move common parts to dbus.inc
authorOvidiu Panait <ovidiu.panait@windriver.com>
Fri, 19 Jun 2020 19:25:50 +0000 (22:25 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2020 09:57:20 +0000 (10:57 +0100)
commit1cde2935526d2eec7d6b17a6c622647b0c132439
treef0b74eae5bb3d1afe83dfa018f04d067f5ce57a8
parent7dc107b05a29f8a3e8903d73f84ef8069f68af6f
dbus,dbus-test: Move common parts to dbus.inc

dbus and dbus-test share the same source code and base configuration options,
so factor out the common parts into dbus.inc.

This way we can eliminate the need to keep the two recipes in sync. When they
are not properly in sync (e.g. when dbus recipe has extra patches/config
options that are not duplicated in dbus-test) ptest testsuite will actually
test a slightly different codebase. This is due to the fact that dbus-test does
not run the testsuite against the system libdbus library, but instead it
generates a local libdbus.so that needs to configured/compiled as close as
possible to the system one.

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dbus/dbus-test_1.12.18.bb
meta/recipes-core/dbus/dbus.inc [new file with mode: 0644]
meta/recipes-core/dbus/dbus_1.12.18.bb