From 277916e5ddb2955933fbf117ff513d287abdb3b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Fri, 5 Dec 2014 14:31:16 +0100 Subject: [PATCH] adns: remove dependency to lynx MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .../recipes-support/adns/adns-extraconf.inc | 1 + ...1-Do-not-generate-README-from-README.html.patch | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 meta-tizen-common-base/recipes-support/adns/adns/0001-Do-not-generate-README-from-README.html.patch diff --git a/meta-tizen-common-base/recipes-support/adns/adns-extraconf.inc b/meta-tizen-common-base/recipes-support/adns/adns-extraconf.inc index 161e7d0..27f80ae 100644 --- a/meta-tizen-common-base/recipes-support/adns/adns-extraconf.inc +++ b/meta-tizen-common-base/recipes-support/adns/adns-extraconf.inc @@ -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 index 0000000..e1d0949 --- /dev/null +++ b/meta-tizen-common-base/recipes-support/adns/adns/0001-Do-not-generate-README-from-README.html.patch @@ -0,0 +1,32 @@ +From 513e054f29ce0b72883e3aa060698e98caf49516 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?K=C3=A9vin=20THIERRY?= +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 +--- + 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 + -- 2.7.4