summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2015-12-04 15:13:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-08 10:20:53 +0000
commit2b736f227693510271c20dfef0272d3acc3f912c (patch)
tree9a65c5aaac759583e9c66a90a6a4ccaf37ad110f /meta/recipes-extended/ghostscript/ghostscript
parent976f0e35c62149040bf10b4e9c6b5840b6ba82ee (diff)
downloadpoky-2b736f227693510271c20dfef0272d3acc3f912c.tar.gz
ghostscript: add dependency for pnglibconf.h
When using parallel make jobs, we need to be sure that pnglibconf.h is created before we try to reference it, so add a rule to png.mak. (From OE-Core rev: fad19750d23aad2d14a1726c4e3c2c0d05f6e13d) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript/png_mak.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/png_mak.patch b/meta/recipes-extended/ghostscript/ghostscript/png_mak.patch
new file mode 100644
index 0000000000..da900ead3a
--- /dev/null
+++ b/meta/recipes-extended/ghostscript/ghostscript/png_mak.patch
@@ -0,0 +1,21 @@
1ghostscript: add dependency for pnglibconf.h
2
3When using parallel make jobs, we need to be sure that
4pnglibconf.h is created before we try to reference it,
5so add a rule to png.mak.
6
7Upstream-Status: Pending
8
9Signed-off-by: Joe Slater <jslater@windriver.com>
10
11--- a/base/png.mak
12+++ b/base/png.mak
13@@ -81,6 +81,8 @@ png.config-clean :
14 $(pnglibconf_h) : $(PNGSRC)scripts$(D)pnglibconf.h.prebuilt
15 $(CP_) $(PNGSRC)scripts$(D)pnglibconf.h.prebuilt $(pnglibconf_h)
16
17+$(MAKEDIRS) : $(pnglibconf_h)
18+
19 PDEP=$(AK) $(pnglibconf_h) $(MAKEDIRS)
20
21 png_1=$(PNGOBJ)png.$(OBJ) $(PNGOBJ)pngmem.$(OBJ) $(PNGOBJ)pngerror.$(OBJ) $(PNGOBJ)pngset.$(OBJ)