From 7ecb62b795173631620011f7a2c7e6a1b88476a6 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Wed, 4 Nov 2009 14:53:34 +0100 Subject: connman: don't give user 'system' permissions by default. We might not have one. (connman 0.46) Signed-off-by: Sebastian Spaeth --- recipes/connman/connman_0.46.bb | 1 + recipes/connman/files/no_system_user_perms.patch | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 recipes/connman/files/no_system_user_perms.patch (limited to 'recipes/connman') diff --git a/recipes/connman/connman_0.46.bb b/recipes/connman/connman_0.46.bb index 26b7b82798..b1729c6890 100644 --- a/recipes/connman/connman_0.46.bb +++ b/recipes/connman/connman_0.46.bb @@ -32,6 +32,7 @@ EXTRA_OECONF += "\ SRC_URI = "\ http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ + file://no_system_user_perms.patch;patch=1 \ file://connman \ " diff --git a/recipes/connman/files/no_system_user_perms.patch b/recipes/connman/files/no_system_user_perms.patch new file mode 100644 index 0000000000..e02bd30625 --- /dev/null +++ b/recipes/connman/files/no_system_user_perms.patch @@ -0,0 +1,14 @@ +diff --git a/src/connman-dbus.conf b/src/connman-dbus.conf +index 2be3764..b4d4acd 100644 +--- a/src/connman-dbus.conf ++++ b/src/connman-dbus.conf +@@ -6,9 +6,6 @@ + + + +- +- +- + + + -- cgit 1.2.3-korg