]> code.ossystems Code Review - openembedded-core.git/commit
dbus-test: Remove EXTRA_OECONF_X configs
authorOvidiu Panait <ovidiu.panait@windriver.com>
Fri, 19 Jun 2020 19:25:49 +0000 (22:25 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2020 09:57:20 +0000 (10:57 +0100)
commit7dc107b05a29f8a3e8903d73f84ef8069f68af6f
treeef757d88483c75a68e9cc77839e32432464c831b
parentee9ec9e344541c1ccd9b9b8e3b8c1e00d008ad85
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.

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