All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] connman: Create git recipe
@ 2017-03-16 14:40 Lukasz Nowak
  2017-03-16 14:45 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Nowak @ 2017-03-16 14:40 UTC (permalink / raw)
  To: openembedded-core

From: Lukasz Nowak <lnowak@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 <lnowak@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] connman: Create git recipe
  2017-03-16 14:40 [PATCH] connman: Create git recipe Lukasz Nowak
@ 2017-03-16 14:45 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2017-03-16 14:45 UTC (permalink / raw)
  To: Lukasz Nowak; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 572 bytes --]

On 16 March 2017 at 14:40, Lukasz Nowak <lnowak.tyco@gmail.com> wrote:

> 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
>

You could use the awesome new devupstream class.

Alternatively have you tried harassing upstream to make a release?

Either way, you missed M3 by a week so this is too late to for the 2.4
release, sorry.

Ross

[-- Attachment #2: Type: text/html, Size: 1135 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-16 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16 14:40 [PATCH] connman: Create git recipe Lukasz Nowak
2017-03-16 14:45 ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.