diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-scons')
| -rw-r--r-- | meta/recipes-devtools/python/python3-scons/0001-Fix-man-page-installation.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-devtools/python/python3-scons/0001-Fix-man-page-installation.patch b/meta/recipes-devtools/python/python3-scons/0001-Fix-man-page-installation.patch deleted file mode 100644 index 6dffe64809..0000000000 --- a/meta/recipes-devtools/python/python3-scons/0001-Fix-man-page-installation.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From 8b482e618047e94833545dce3a26924ef4f075db Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Tim Orling <ticotimo@gmail.com> | ||
| 3 | Date: Sat, 22 May 2021 11:20:46 -0700 | ||
| 4 | Subject: [PATCH] Fix man page installation | ||
| 5 | |||
| 6 | Fixes: | ||
| 7 | error: can't copy 'build/doc/man/scons.1': doesn't exist or not a regular file | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [oe specific] | ||
| 10 | |||
| 11 | Signed-off-by: Tim Orling <ticotimo@gmail.com> | ||
| 12 | |||
| 13 | --- | ||
| 14 | MANIFEST.in | 2 +- | ||
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 16 | |||
| 17 | diff --git a/MANIFEST.in b/MANIFEST.in | ||
| 18 | index 04ec000..937f6f3 100644 | ||
| 19 | --- a/MANIFEST.in | ||
| 20 | +++ b/MANIFEST.in | ||
| 21 | @@ -4,7 +4,7 @@ recursive-include SCons/Tool/docbook * | ||
| 22 | include LICENSE | ||
| 23 | |||
| 24 | include scons.1 sconsign.1 scons-time.1 | ||
| 25 | -recursive-include build/doc/man *.1 | ||
| 26 | +#recursive-include build/doc/man *.1 | ||
| 27 | |||
| 28 | |||
| 29 | |||
