diff options
| -rw-r--r-- | meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch | 61 | ||||
| -rw-r--r-- | meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.2.bb | 2 |
2 files changed, 1 insertions, 62 deletions
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch b/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch deleted file mode 100644 index faefd1d4ea..0000000000 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch +++ /dev/null | |||
| @@ -1,61 +0,0 @@ | |||
| 1 | From b71eb384522b5ce4629dee6e8be257fb4880fef3 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Benjamin Gaignard <benjamin.gaignard@linaro.org> | ||
| 3 | Date: Thu, 20 Apr 2017 14:25:18 +0200 | ||
| 4 | |||
| 5 | --- | ||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Makefile.am | 1 - | ||
| 9 | configure.ac | 17 ----------------- | ||
| 10 | 2 files changed, 18 deletions(-) | ||
| 11 | |||
| 12 | diff --git a/Makefile.am b/Makefile.am | ||
| 13 | index 4a3ead6..a12cb98 100644 | ||
| 14 | --- a/Makefile.am | ||
| 15 | +++ b/Makefile.am | ||
| 16 | @@ -2,7 +2,6 @@ SUBDIRS = \ | ||
| 17 | src \ | ||
| 18 | data \ | ||
| 19 | etc \ | ||
| 20 | - docs \ | ||
| 21 | m4macros \ | ||
| 22 | tests \ | ||
| 23 | scripts | ||
| 24 | diff --git a/configure.ac b/configure.ac | ||
| 25 | index 3849383..9f3a633 100644 | ||
| 26 | --- a/configure.ac | ||
| 27 | +++ b/configure.ac | ||
| 28 | @@ -179,18 +179,6 @@ AC_SUBST(CPPFLAGS) | ||
| 29 | AC_SUBST(LIBS) | ||
| 30 | AC_SUBST(ADDITIONAL_OBJECTS) | ||
| 31 | |||
| 32 | -if test x"$manpage_support_enabled" = x"yes"; then | ||
| 33 | -AC_PATH_PROG(POD2MAN, pod2man, no) | ||
| 34 | - | ||
| 35 | -if test "x$POD2MAN" = "xno" && \ | ||
| 36 | - ! test -e docs/man5/tinyproxy.conf.5 -a -e docs/man8/tinyproxy.8 ; then | ||
| 37 | -AC_MSG_ERROR([ | ||
| 38 | - manpage generation requested, but neither pod2man | ||
| 39 | - nor pre-generated manpages found. | ||
| 40 | - Use --disable-manpage-support if you want to compile anyway.]) | ||
| 41 | -fi | ||
| 42 | -fi #manpage_support_enabled | ||
| 43 | - | ||
| 44 | AM_CONDITIONAL(HAVE_POD2MAN, test "x$POD2MAN" != "x" -a "x$POD2MAN" != "xno") | ||
| 45 | |||
| 46 | AC_PATH_PROG(GPERF, gperf, no) | ||
| 47 | @@ -216,11 +204,6 @@ src/Makefile | ||
| 48 | data/Makefile | ||
| 49 | data/templates/Makefile | ||
| 50 | etc/Makefile | ||
| 51 | -docs/Makefile | ||
| 52 | -docs/man5/Makefile | ||
| 53 | -docs/man5/tinyproxy.conf.txt | ||
| 54 | -docs/man8/Makefile | ||
| 55 | -docs/man8/tinyproxy.txt | ||
| 56 | m4macros/Makefile | ||
| 57 | tests/Makefile | ||
| 58 | tests/scripts/Makefile | ||
| 59 | -- | ||
| 60 | 2.25.1 | ||
| 61 | |||
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.2.bb b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.2.bb index 222cc8d7c6..8558291c18 100644 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.2.bb +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.2.bb | |||
| @@ -4,7 +4,6 @@ LICENSE = "GPL-2.0-only" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | 5 | ||
| 6 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz \ | 6 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz \ |
| 7 | file://disable-documentation.patch \ | ||
| 8 | file://tinyproxy.service \ | 7 | file://tinyproxy.service \ |
| 9 | file://tinyproxy.conf \ | 8 | file://tinyproxy.conf \ |
| 10 | file://run-ptest \ | 9 | file://run-ptest \ |
| @@ -21,6 +20,7 @@ EXTRA_OECONF += " \ | |||
| 21 | --enable-reverse \ | 20 | --enable-reverse \ |
| 22 | --enable-upstream \ | 21 | --enable-upstream \ |
| 23 | --enable-xtinyproxy \ | 22 | --enable-xtinyproxy \ |
| 23 | --enable-manpage_support=no \ | ||
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | inherit autotools systemd useradd ptest | 26 | inherit autotools systemd useradd ptest |
