mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
dbus: Remove DBUS_USERS duplicate
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
08fa6ff5bd
commit
d230e7dbb4
@@ -15,9 +15,10 @@ define DBUS_PERMISSIONS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define DBUS_USERS
|
define DBUS_USERS
|
||||||
dbus -1 dbus -1 * - - - D-Bus
|
dbus -1 dbus -1 * /var/run/dbus - dbus DBus messagebus user
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
DBUS_DEPENDENCIES = host-pkgconf expat
|
DBUS_DEPENDENCIES = host-pkgconf expat
|
||||||
|
|
||||||
DBUS_CONF_ENV = ac_cv_have_abstract_sockets=yes
|
DBUS_CONF_ENV = ac_cv_have_abstract_sockets=yes
|
||||||
@@ -33,10 +34,6 @@ DBUS_CONF_OPTS = --with-dbus-user=dbus \
|
|||||||
--with-system-socket=/var/run/dbus/system_bus_socket \
|
--with-system-socket=/var/run/dbus/system_bus_socket \
|
||||||
--with-system-pid-file=/var/run/messagebus.pid
|
--with-system-pid-file=/var/run/messagebus.pid
|
||||||
|
|
||||||
define DBUS_USERS
|
|
||||||
dbus -1 dbus -1 * /var/run/dbus - dbus DBus messagebus user
|
|
||||||
endef
|
|
||||||
|
|
||||||
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
||||||
DBUS_CONF_OPTS += LIBS='-pthread'
|
DBUS_CONF_OPTS += LIBS='-pthread'
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user