adns: remove dependency to lynx 32/31532/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 5 Dec 2014 13:31:16 +0000 (14:31 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 5 Dec 2014 13:35:03 +0000 (14:35 +0100)
adns needs lynx to generate the README from the file README.html but no
recipe provides lynx and we don't plan on providing it.

Change-Id: I39a7a84a30e4a696f9512b007d6ff51510dede25
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
meta-tizen-common-base/recipes-support/adns/adns-extraconf.inc
meta-tizen-common-base/recipes-support/adns/adns/0001-Do-not-generate-README-from-README.html.patch [new file with mode: 0644]

index 161e7d0..27f80ae 100644 (file)
@@ -1,4 +1,5 @@
 SRC_URI += "file://0001-Yocto-fix-remove-unknown-configure-functions.patch"
+SRC_URI += "file://0001-Do-not-generate-README-from-README.html.patch"
 
 do_configure_prepend() {
     # Create symlinks to regress/hmacros.i4 and regress/hsyscalls.i4 in root src dir since they are not searched in the regress/ dir.
diff --git a/meta-tizen-common-base/recipes-support/adns/adns/0001-Do-not-generate-README-from-README.html.patch b/meta-tizen-common-base/recipes-support/adns/adns/0001-Do-not-generate-README-from-README.html.patch
new file mode 100644 (file)
index 0000000..e1d0949
--- /dev/null
@@ -0,0 +1,32 @@
+From 513e054f29ce0b72883e3aa060698e98caf49516 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?K=C3=A9vin=20THIERRY?= <kevin.thierry@open.eurogiciel.org>
+Date: Fri, 5 Dec 2014 14:24:27 +0100
+Subject: [PATCH] Do not generate README from README.html
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+README generation from README.html requires lynx which we don't have
+and don't want to add as a dependency.
+
+Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
+---
+ Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 0babf0e..7831dfa 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -40,7 +40,7 @@ all install uninstall clean distclean mostlyclean maintainer-clean distprep:
+       set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
+       $(MAKE) $@-here
+-all-here install-here uninstall-here distprep-here:   README
++all-here install-here uninstall-here distprep-here:
+ clean-here mostlyclean-here:
+               rm -f *~ ./#*# core *.orig *.rej adns-*.tar.gz
+-- 
+1.8.1.4
+