diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-07-03 12:11:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-05 00:22:08 +0100 |
commit | 7647d7a019cb4e4e9d35adc263dfe20176a3e577 (patch) | |
tree | 0c43f072169a6f811485c1ecff6d4ca782478105 /meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch | |
parent | 63b40c900809153f822a7e147b048bb415a507d1 (diff) | |
download | poky-7647d7a019cb4e4e9d35adc263dfe20176a3e577.tar.gz |
ccache: 3.3.5 -> 3.4.2
* The license file is changed to LICENSE.adoc, it is still GPLv3+.
* Removed Revert-Create-man-page-in-the-make-install-from-git-.patch, it was
used for fixing a build failure of no asciidoc, but now there is no such a
failure, so remove it.
* Refreshed 0002-dev.mk.in-fix-file-name-too-long.patch
(From OE-Core rev: b137af6c2dc3d6c21808ecc872fbebbac5f96295)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch')
-rw-r--r-- | meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch b/meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch deleted file mode 100644 index f0208b9dc2..0000000000 --- a/meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | From 94fabcdda5c7e54ccdbc1f0aeccb26ce30e61226 Mon Sep 17 00:00:00 2001 | ||
2 | From: Robert Yang <liezhi.yang@windriver.com> | ||
3 | Date: Mon, 18 Jul 2016 19:53:00 -0700 | ||
4 | Subject: [PATCH] Revert "Create man page in the make-install-from-git-repo | ||
5 | case" | ||
6 | |||
7 | This reverts commit b86784902d28defd5e475c8922de594787df4541. | ||
8 | |||
9 | We dont' have asciidoc, so revert it. | ||
10 | |||
11 | Upstream-Status: Inappropriate [OE-Core specific] | ||
12 | |||
13 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | ||
14 | --- | ||
15 | Makefile.in | 2 +- | ||
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
17 | |||
18 | diff --git a/Makefile.in b/Makefile.in | ||
19 | index d474f2a..c6cdc04 100644 | ||
20 | --- a/Makefile.in | ||
21 | +++ b/Makefile.in | ||
22 | @@ -76,7 +76,7 @@ ccache$(EXEEXT): $(ccache_objs) $(extra_libs) | ||
23 | $(CC) $(all_cflags) -o $@ $(ccache_objs) $(LDFLAGS) $(extra_libs) $(LIBS) | ||
24 | |||
25 | .PHONY: install | ||
26 | -install: all $(srcdir)/ccache.1 | ||
27 | +install: all | ||
28 | $(installcmd) -d $(DESTDIR)$(bindir) | ||
29 | $(installcmd) -m 755 ccache$(EXEEXT) $(DESTDIR)$(bindir) | ||
30 | $(installcmd) -d $(DESTDIR)$(mandir)/man1 | ||
31 | -- | ||
32 | 2.9.0 | ||
33 | |||