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 | 23 |
1 files changed, 3 insertions, 20 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 index ff212b85ee..6dffe64809 100644 --- 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 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 82be2b7b9758a2f62ee11931da674cd541076041 Mon Sep 17 00:00:00 2001 | 1 | From 8b482e618047e94833545dce3a26924ef4f075db Mon Sep 17 00:00:00 2001 |
| 2 | From: Tim Orling <ticotimo@gmail.com> | 2 | From: Tim Orling <ticotimo@gmail.com> |
| 3 | Date: Sat, 22 May 2021 11:20:46 -0700 | 3 | Date: Sat, 22 May 2021 11:20:46 -0700 |
| 4 | Subject: [PATCH] Fix man page installation | 4 | Subject: [PATCH] Fix man page installation |
| @@ -9,10 +9,10 @@ Fixes: | |||
| 9 | Upstream-Status: Inappropriate [oe specific] | 9 | Upstream-Status: Inappropriate [oe specific] |
| 10 | 10 | ||
| 11 | Signed-off-by: Tim Orling <ticotimo@gmail.com> | 11 | Signed-off-by: Tim Orling <ticotimo@gmail.com> |
| 12 | |||
| 12 | --- | 13 | --- |
| 13 | MANIFEST.in | 2 +- | 14 | MANIFEST.in | 2 +- |
| 14 | setup.cfg | 6 +++--- | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 15 | 2 files changed, 4 insertions(+), 4 deletions(-) | ||
| 16 | 16 | ||
| 17 | diff --git a/MANIFEST.in b/MANIFEST.in | 17 | diff --git a/MANIFEST.in b/MANIFEST.in |
| 18 | index 04ec000..937f6f3 100644 | 18 | index 04ec000..937f6f3 100644 |
| @@ -27,20 +27,3 @@ index 04ec000..937f6f3 100644 | |||
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | diff --git a/setup.cfg b/setup.cfg | ||
| 31 | index 37e5204..677c00a 100644 | ||
| 32 | --- a/setup.cfg | ||
| 33 | +++ b/setup.cfg | ||
| 34 | @@ -56,9 +56,9 @@ console_scripts = | ||
| 35 | scons.tool.docbook = *.* | ||
| 36 | |||
| 37 | [options.data_files] | ||
| 38 | -. = build/doc/man/scons.1 | ||
| 39 | - build/doc/man/scons-time.1 | ||
| 40 | - build/doc/man/sconsign.1 | ||
| 41 | +. = scons.1 | ||
| 42 | + scons-time.1 | ||
| 43 | + sconsign.1 | ||
| 44 | |||
| 45 | [sdist] | ||
| 46 | dist-dir = build/dist | ||
