connman: nothing in OE implements the at_console dbus restriction properly, so change...
authorKoen Kooi <koen@openembedded.org>
Fri, 6 Feb 2009 10:24:52 +0000 (11:24 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 6 Feb 2009 10:24:52 +0000 (11:24 +0100)
* a better solution needs to be found, but requiring GUIs to run as root is not an option either

packages/connman/connman.inc
packages/connman/connman_0.10.bb

index a97ca44..c79c22c 100644 (file)
@@ -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
 }
index d8f763a..dfd631b 100644 (file)
@@ -1,5 +1,5 @@
 require connman.inc
-PR = "r5"
+PR = "r6"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \