All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] dbus: bump version to 1.6.8
@ 2014-02-04 11:46 Samuel Martin
  2014-02-04 11:46 ` [Buildroot] [PATCH 2/2] dbus: ensure dbus user is created Samuel Martin
  2014-02-13 22:30 ` [Buildroot] [PATCH 1/2] dbus: bump version to 1.6.8 Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Samuel Martin @ 2014-02-04 11:46 UTC (permalink / raw)
  To: buildroot

Cc: Gary Coulbourne <bear@bears.org>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 package/dbus/dbus.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 560f63e..74e2041 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DBUS_VERSION = 1.4.26
+DBUS_VERSION = 1.6.8
 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus
 DBUS_LICENSE = AFLv2.1 GPLv2+
 DBUS_LICENSE_FILES = COPYING
-- 
1.8.5.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] dbus: ensure dbus user is created
  2014-02-04 11:46 [Buildroot] [PATCH 1/2] dbus: bump version to 1.6.8 Samuel Martin
@ 2014-02-04 11:46 ` Samuel Martin
  2014-02-13 22:30 ` [Buildroot] [PATCH 1/2] dbus: bump version to 1.6.8 Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Samuel Martin @ 2014-02-04 11:46 UTC (permalink / raw)
  To: buildroot

Since we are changing the default dbus user, make sure this user is
consistently created.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 package/dbus/dbus.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 74e2041..e8b3da7 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -30,6 +30,10 @@ DBUS_CONF_OPT = --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_OPT += LIBS='-lpthread'
 endif
-- 
1.8.5.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] dbus: bump version to 1.6.8
  2014-02-04 11:46 [Buildroot] [PATCH 1/2] dbus: bump version to 1.6.8 Samuel Martin
  2014-02-04 11:46 ` [Buildroot] [PATCH 2/2] dbus: ensure dbus user is created Samuel Martin
@ 2014-02-13 22:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2014-02-13 22:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:

 > Cc: Gary Coulbourne <bear@bears.org>
 > Signed-off-by: Samuel Martin <s.martin49@gmail.com>

Committed both to next, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-13 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-04 11:46 [Buildroot] [PATCH 1/2] dbus: bump version to 1.6.8 Samuel Martin
2014-02-04 11:46 ` [Buildroot] [PATCH 2/2] dbus: ensure dbus user is created Samuel Martin
2014-02-13 22:30 ` [Buildroot] [PATCH 1/2] dbus: bump version to 1.6.8 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.