From d230e7dbb4eb3058f15be7d78285fa1845388d28 Mon Sep 17 00:00:00 2001 From: Maxime Hadjinlian Date: Mon, 3 Nov 2014 00:39:50 +0100 Subject: [PATCH] dbus: Remove DBUS_USERS duplicate Signed-off-by: Maxime Hadjinlian Signed-off-by: Peter Korsgaard --- package/dbus/dbus.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 0fa1a0fbd0..197f052adf 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -15,9 +15,10 @@ define DBUS_PERMISSIONS endef define DBUS_USERS -dbus -1 dbus -1 * - - - D-Bus + dbus -1 dbus -1 * /var/run/dbus - dbus DBus messagebus user endef + DBUS_DEPENDENCIES = host-pkgconf expat 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-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) DBUS_CONF_OPTS += LIBS='-pthread' endif -- 2.30.2