summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-27 23:47:04 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-29 02:10:12 -0700
commitb769242d90ab38c4aa113f16581a378e0b5bb400 (patch)
tree0eca3cfb1ad942604a5a3912a461c05ca5a9d754
parentceeb9c4cdcc08334e3ad94c4e67f3ab687b5cde2 (diff)
downloadmeta-openembedded-b769242d90ab38c4aa113f16581a378e0b5bb400.tar.gz
tinyproxy: Refresh patches
Fixes warnings reported by devtool Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch21
1 files changed, 15 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch b/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch
index 563fde3b48..91508d721f 100644
--- a/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch
+++ b/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch
@@ -1,5 +1,14 @@
1From b71eb384522b5ce4629dee6e8be257fb4880fef3 Mon Sep 17 00:00:00 2001
2From: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3Date: Thu, 20 Apr 2017 14:25:18 +0200
4
5---
6 Makefile.am | 1 -
7 configure.ac | 9 ---------
8 2 files changed, 10 deletions(-)
9
1diff --git a/Makefile.am b/Makefile.am 10diff --git a/Makefile.am b/Makefile.am
2index 4a3ead6..a12cb98 100644 11index e9113c2..2fe3d54 100644
3--- a/Makefile.am 12--- a/Makefile.am
4+++ b/Makefile.am 13+++ b/Makefile.am
5@@ -2,7 +2,6 @@ SUBDIRS = \ 14@@ -2,7 +2,6 @@ SUBDIRS = \
@@ -8,13 +17,13 @@ index 4a3ead6..a12cb98 100644
8 etc \ 17 etc \
9- docs \ 18- docs \
10 m4macros \ 19 m4macros \
11 tests \ 20 tests
12 scripts 21
13diff --git a/configure.ac b/configure.ac 22diff --git a/configure.ac b/configure.ac
14index 6ddbcc0..f993711 100644 23index 48ee0b2..a1a5fa1 100644
15--- a/configure.ac 24--- a/configure.ac
16+++ b/configure.ac 25+++ b/configure.ac
17@@ -177,10 +177,6 @@ AC_SUBST(ADDITIONAL_OBJECTS) 26@@ -194,10 +194,6 @@ AC_SUBST(ADDITIONAL_OBJECTS)
18 AC_PATH_PROG(XSLTPROC, xsltproc, no) 27 AC_PATH_PROG(XSLTPROC, xsltproc, no)
19 AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno") 28 AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno")
20 29
@@ -25,7 +34,7 @@ index 6ddbcc0..f993711 100644
25 # checking xmllint 34 # checking xmllint
26 AC_PATH_PROG(XMLLINT, xmllint, no) 35 AC_PATH_PROG(XMLLINT, xmllint, no)
27 if test "x$XMLLINT" != "xno"; then 36 if test "x$XMLLINT" != "xno"; then
28@@ -202,11 +198,6 @@ src/Makefile 37@@ -219,11 +215,6 @@ src/Makefile
29 data/Makefile 38 data/Makefile
30 data/templates/Makefile 39 data/templates/Makefile
31 etc/Makefile 40 etc/Makefile