From: Lukasz Nowak <lno...@tycoint.com> ConnMan has not released in 8 months. There are many improvements in git, which may be of use.
Recipe is disabled by default with: DEFAULT_PREFERENCE = "-1" 1.33 backport patch is not included: 0003-stats-Fix-bad-file-descriptor-initialisation.patch Signed-off-by: Lukasz Nowak <lno...@tycoint.com> --- meta/recipes-connectivity/connman/connman_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-connectivity/connman/connman_git.bb diff --git a/meta/recipes-connectivity/connman/connman_git.bb b/meta/recipes-connectivity/connman/connman_git.bb new file mode 100644 index 0000000..641d4fe --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_git.bb @@ -0,0 +1,18 @@ +require connman.inc + +SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ + file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ + file://connman \ + file://no-version-scripts.patch \ + file://includes.patch \ + " +SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch \ + file://0001-Fix-compile-on-musl-with-kernel-4.9-headers.patch" + +S = "${WORKDIR}/git" +SRCREV = "4de35cde5a93271e785a3bb5a0f3d39aea34d77b" +PV = "1.33-git0+${SRCPV}" + +RRECOMMENDS_${PN} = "connman-conf" + +DEFAULT_PREFERENCE = "-1" -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core