summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2020-06-19 22:25:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-23 12:31:03 +0100
commit036e3436e51a44de3fc9b4b8e5b1ff149e3aaa9d (patch)
tree5cda681e9f5746c99820477d1fafc1cf50b93a41 /meta/recipes-core/dbus
parenta3102471e4e789d77040f5ed0da1b8e438328b5f (diff)
downloadpoky-036e3436e51a44de3fc9b4b8e5b1ff149e3aaa9d.tar.gz
dbus-test: Remove EXTRA_OECONF_X configs
X specific configs are already handled through PACKAGECONFIG: PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)}" ... PACKAGECONFIG[x11] = "--with-x --enable-x11-autolaunch,--without-x --disable-x11-autolaunch, virtual/libx11 libsm" Remove duplicated EXTRA_OECONF_X args. (From OE-Core rev: 7dc107b05a29f8a3e8903d73f84ef8069f68af6f) Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.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-test_1.12.18.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-core/dbus/dbus-test_1.12.18.bb b/meta/recipes-core/dbus/dbus-test_1.12.18.bb
index 0063dcce67..68fcdc847f 100644
--- a/meta/recipes-core/dbus/dbus-test_1.12.18.bb
+++ b/meta/recipes-core/dbus/dbus-test_1.12.18.bb
@@ -24,9 +24,6 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:"
24 24
25inherit autotools pkgconfig gettext ptest upstream-version-is-even 25inherit autotools pkgconfig gettext ptest upstream-version-is-even
26 26
27EXTRA_OECONF_X = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '--with-x', '--without-x', d)}"
28EXTRA_OECONF_X_class-native = "--without-x"
29
30EXTRA_OECONF = "--enable-tests \ 27EXTRA_OECONF = "--enable-tests \
31 --enable-modular-tests \ 28 --enable-modular-tests \
32 --enable-installed-tests \ 29 --enable-installed-tests \
@@ -37,7 +34,6 @@ EXTRA_OECONF = "--enable-tests \
37 --disable-doxygen-docs \ 34 --disable-doxygen-docs \
38 --disable-libaudit \ 35 --disable-libaudit \
39 --with-dbus-test-dir=${PTEST_PATH} \ 36 --with-dbus-test-dir=${PTEST_PATH} \
40 ${EXTRA_OECONF_X} \
41 --enable-embedded-tests \ 37 --enable-embedded-tests \
42 " 38 "
43 39