All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Nowak <lnowak.tyco@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] connman: Create git recipe
Date: Thu, 16 Mar 2017 14:40:11 +0000	[thread overview]
Message-ID: <1489675211-20118-1-git-send-email-lnowak.tyco@gmail.com> (raw)

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



             reply	other threads:[~2017-03-16 14:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16 14:40 Lukasz Nowak [this message]
2017-03-16 14:45 ` [PATCH] connman: Create git recipe Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489675211-20118-1-git-send-email-lnowak.tyco@gmail.com \
    --to=lnowak.tyco@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.