summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript/mkdir-p.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript/mkdir-p.patch')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript/mkdir-p.patch16
1 files changed, 15 insertions, 1 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/mkdir-p.patch b/meta/recipes-extended/ghostscript/ghostscript/mkdir-p.patch
index 5a7eab1c21..3e6d3e3c48 100644
--- a/meta/recipes-extended/ghostscript/ghostscript/mkdir-p.patch
+++ b/meta/recipes-extended/ghostscript/ghostscript/mkdir-p.patch
@@ -1,4 +1,8 @@
1ghostscript: allow directories to be created more than once 1From 2b23026f8e2a352417fb1c4da94bf69b19bef267 Mon Sep 17 00:00:00 2001
2From: Joe Slater <joe.slater@windriver.com>
3Date: Thu, 29 Mar 2018 16:04:32 +0800
4Subject: [PATCH 05/10] ghostscript: allow directories to be created more than
5 once
2 6
3When doing parallel builds, we might try to create directories 7When doing parallel builds, we might try to create directories
4more than once. This should not cause an error. 8more than once. This should not cause an error.
@@ -7,7 +11,14 @@ Upstream-Status: Pending
7 11
8Signed-off-by: Joe Slater <joe.slater@windriver.com> 12Signed-off-by: Joe Slater <joe.slater@windriver.com>
9 13
14Rebase to 9.23
15Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
16---
17 base/unix-end.mak | 17 ++++++++---------
18 1 file changed, 8 insertions(+), 9 deletions(-)
10 19
20diff --git a/base/unix-end.mak b/base/unix-end.mak
21index 9ce599a..feff5a6 100644
11--- a/base/unix-end.mak 22--- a/base/unix-end.mak
12+++ b/base/unix-end.mak 23+++ b/base/unix-end.mak
13@@ -17,15 +17,14 @@ 24@@ -17,15 +17,14 @@
@@ -34,3 +45,6 @@ Signed-off-by: Joe Slater <joe.slater@windriver.com>
34 45
35 46
36 gs: .gssubtarget $(UNIX_END_MAK) 47 gs: .gssubtarget $(UNIX_END_MAK)
48--
491.8.3.1
50