mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 20:09:41 +01:00
Refresh patches with devtool to fix do_patch errors. (From OE-Core rev: 222b0ea693bbcfd4b439a29d3d6c035c9ece3ae3) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
37 lines
950 B
Diff
37 lines
950 B
Diff
From 8bcaf677e41f1f5d3fa0a746e35958e7b303ac71 Mon Sep 17 00:00:00 2001
|
|
From: Ross Burton <ross.burton@arm.com>
|
|
Date: Wed, 15 Jul 2020 16:03:21 +0100
|
|
Subject: [PATCH] autoconf: upgrade to 2.71
|
|
|
|
For native builds we don't care about the documentation, and this would
|
|
otherwise pull in a dependency on help2man.
|
|
|
|
Upstream-Status: Inappropriate
|
|
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
|
|
|
---
|
|
Makefile.in | 10 ----------
|
|
1 file changed, 10 deletions(-)
|
|
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index c8d6425..72d6d05 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -771,16 +771,6 @@ buildauxdir = $(pkgdatadir)/build-aux
|
|
dist_buildaux_DATA = \
|
|
$(AUXSCRIPTS)
|
|
|
|
-dist_man_MANS = \
|
|
- man/autoconf.1 \
|
|
- man/autoheader.1 \
|
|
- man/autom4te.1 \
|
|
- man/autoreconf.1 \
|
|
- man/autoscan.1 \
|
|
- man/autoupdate.1 \
|
|
- man/ifnames.1
|
|
-
|
|
-
|
|
# Each manpage depends on:
|
|
# - its .w and .x files and its source script in bin/
|
|
# - common.x for the SEE ALSO list
|