Below is a patch set upgrading connman to 1.0, and cleaning up the packaging somewhat.
It Works For Me, but my current available hardware is limited to qemux86 and a headless Atom machine. In particular the non-root-X permission changes look to be correct (where they were previously obviously wrong) but I haven't verified that they work. Also the packaging has changed quite dramatically since <0.79 becaus what used to be plugins is now in the core, which has the potential to break any explicit dependencies on the plugin packages. I've added suitable RPROVIDES which should mitigate that. (note that this is against poky master, not oe-core) Ross The following changes since commit f28209d9d3c67203a2c7a2b25cacfe31643d1bfa: cooker.py: terminate the Parser processes (2012-05-25 11:39:33 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ross/connman http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=connman Ross Burton (4): connman: just give xuser the extra rights it needs connman: remove a deliberate sed that breaks all DBus access control for connman connman: respect the 3g feature and enable/disable ofono support connman: upgrade to 1.0 meta/recipes-connectivity/connman/connman.inc | 34 +++++++----- ...ange-visibility-to-default-for-debug-symb.patch | 35 ------------ .../connman/add_xuser_dbus_permission.patch | 14 ++--- .../connman/connman/disable_alg-test.patch | 46 ---------------- .../connman/connman/ethernet_default.patch | 22 -------- .../connman/test-set-ipv4-method-api-fix.patch | 50 ------------------ .../connman/test-set-ipv6-method-api-fix.patch | 55 -------------------- meta/recipes-connectivity/connman/connman_0.79.bb | 14 ----- meta/recipes-connectivity/connman/connman_1.0.bb | 9 +++ 9 files changed, 34 insertions(+), 245 deletions(-) delete mode 100644 meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch delete mode 100644 meta/recipes-connectivity/connman/connman/disable_alg-test.patch delete mode 100644 meta/recipes-connectivity/connman/connman/ethernet_default.patch delete mode 100644 meta/recipes-connectivity/connman/connman/test-set-ipv4-method-api-fix.patch delete mode 100644 meta/recipes-connectivity/connman/connman/test-set-ipv6-method-api-fix.patch delete mode 100644 meta/recipes-connectivity/connman/connman_0.79.bb create mode 100644 meta/recipes-connectivity/connman/connman_1.0.bb -- 1.7.7.6 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
