public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 5/6] libnss-mdns: Convert to git
Date: Tue,  9 Dec 2014 21:55:17 -0800	[thread overview]
Message-ID: <3f8f5fc33b06f2b8d388d2ca33fa695cd19c8908.1418190513.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1418190513.git.sgw@linux.intel.com>
In-Reply-To: <cover.1418190513.git.sgw@linux.intel.com>

The upstream tarball is no longer available, but the git repo still is, so use it instead
Add patch to prevent docs generation and README fixup

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../libnss-mdns/libnss-mdns-disable-docs.patch     | 23 ++++++++++++++++++++++
 .../libnss-mdns/libnss-mdns_0.10.bb                | 10 ++++++----
 2 files changed, 29 insertions(+), 4 deletions(-)
 create mode 100644 meta/recipes-connectivity/libnss-mdns/libnss-mdns/libnss-mdns-disable-docs.patch

diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns/libnss-mdns-disable-docs.patch b/meta/recipes-connectivity/libnss-mdns/libnss-mdns/libnss-mdns-disable-docs.patch
new file mode 100644
index 0000000..aeb2823
--- /dev/null
+++ b/meta/recipes-connectivity/libnss-mdns/libnss-mdns/libnss-mdns-disable-docs.patch
@@ -0,0 +1,23 @@
+Index: git/Makefile.am
+===================================================================
+--- git.orig/Makefile.am
++++ git/Makefile.am
+@@ -18,15 +18,14 @@
+ # USA.
+ 
+ EXTRA_DIST=bootstrap.sh README LICENSE
+-SUBDIRS=src doc
++SUBDIRS=src
+ 
+ MAINTAINERCLEANFILES=README
+ noinst_DATA = README
+ 
+ README:
+-	rm -f README
+-	$(MAKE) -C doc README
+-	cd $(srcdir) && ln -s doc/README README
++	ln -s $(abs_top_builddir)/doc/README.html README
++
+ 
+ homepage: all dist
+ 	test -d $$HOME/homepage/private
diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
index 0b936ef..a199e6f 100644
--- a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
+++ b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
@@ -8,12 +8,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
 DEPENDS = "avahi"
 PR = "r7"
 
-SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz"
+SRCREV = "644e03cff7a587934bf62bce9b59bedcf06ddb26"
+PV = "0.10+git${SRCPV}"
 
-SRC_URI[md5sum] = "03938f17646efbb50aa70ba5f99f51d7"
-SRC_URI[sha256sum] = "1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d"
+SRC_URI = "git://git.0pointer.net/nss-mdns.git \
+           file://libnss-mdns-disable-docs.patch \
+          "
 
-S = "${WORKDIR}/nss-mdns-${PV}"
+S = "${WORKDIR}/git"
 
 inherit autotools
 
-- 
1.8.3.1



  parent reply	other threads:[~2014-12-10  5:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-10  5:55 [PATCH 0/6] Updates and bug fixes Saul Wold
2014-12-10  5:55 ` [PATCH 1/6][v4] procps: Upgrade to 3.3.10 Saul Wold
2014-12-10  5:55 ` [PATCH 2/6] babeltrace: Update to 1.2.4 Saul Wold
2014-12-10  5:55 ` [PATCH 3/6] npth: npth needs pthread in some cases Saul Wold
2014-12-10  5:55 ` [PATCH 4/6] libdaemon: Convert to git Saul Wold
2014-12-10  5:55 ` Saul Wold [this message]
2014-12-10  5:55 ` [PATCH 6/6] nss-myhostname: " Saul Wold
2014-12-23 22:57 ` [PATCH 0/6] Updates and bug fixes Saul Wold
2014-12-24  0:27   ` Richard Purdie
2014-12-24  0:48     ` Saul Wold

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=3f8f5fc33b06f2b8d388d2ca33fa695cd19c8908.1418190513.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox