]> code.ossystems Code Review - openembedded-core.git/commit
dbus,dbus-test: Move common parts to dbus.inc
authorOvidiu Panait <ovidiu.panait@windriver.com>
Tue, 7 Sep 2021 23:32:26 +0000 (16:32 -0700)
committerSteve Sakoman <steve@sakoman.com>
Fri, 10 Sep 2021 15:49:28 +0000 (05:49 -1000)
commit6c90e4dd59eb06058d14deeb9aa87717fd88ab09
treebcb3db2acda7a52ed9e2daceeff2c10b74c95581
parentd747c666ed563488af0b894d4e3236335aa2a8bf
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.

(From OE-Core rev: 1cde2935526d2eec7d6b17a6c622647b0c132439)

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 44ae5d8d6f26fda4ab1a3fef9fc49d74e4ac89f0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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