From: Koen Kooi Date: Fri, 6 Feb 2009 10:24:52 +0000 (+0100) Subject: connman: nothing in OE implements the at_console dbus restriction properly, so change... X-Git-Tag: Release-2010-05/1~3977^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6475d95f7467eb11f9adb20e951cf6eee8270b25;p=openembedded.git connman: nothing in OE implements the at_console dbus restriction properly, so change connman to allow generic access * a better solution needs to be found, but requiring GUIs to run as root is not an option either --- diff --git a/packages/connman/connman.inc b/packages/connman/connman.inc index a97ca44c90..c79c22cabb 100644 --- a/packages/connman/connman.inc +++ b/packages/connman/connman.inc @@ -24,6 +24,10 @@ do_configure_append() { ln -sf . include/connman } +do_compile_append() { + sed -i -e s:deny:allow:g src/connman-dbus.conf +} + do_install_append() { install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman } diff --git a/packages/connman/connman_0.10.bb b/packages/connman/connman_0.10.bb index d8f763a5cd..dfd631b9bf 100644 --- a/packages/connman/connman_0.10.bb +++ b/packages/connman/connman_0.10.bb @@ -1,5 +1,5 @@ require connman.inc -PR = "r5" +PR = "r6" EXTRA_OECONF += "\ --disable-gtk-doc \