mirror of
https://git.yoctoproject.org/poky
synced 2026-03-12 10:19:44 +01:00
The following patches refreshed for new version: 0001-build.c-ignore-return-of-1-from-tar-cf.patch 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch noman.patch remove-tar-no-timestamp.patch (From OE-Core rev: d495c19b835e8e4c049b83e983487fc8de021499) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
335 B
Diff
22 lines
335 B
Diff
Upstream-Status: Inappropriate [disable feature]
|
|
|
|
---
|
|
Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index d963a10..7cef7f5 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -11,7 +11,6 @@ SUBDIRS = \
|
|
$(MAYBE_DSELECT) \
|
|
scripts \
|
|
po \
|
|
- man \
|
|
# EOL
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
--
|
|
2.25.1
|
|
|