diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-06 22:54:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-06 23:56:27 +0100 |
commit | 5ddec10f16db8948ea5e218ab7ec377b887dcce1 (patch) | |
tree | 76eb589b803fe487300c7b5f7f1dbac770985900 /meta/recipes-extended | |
parent | 6d7062adbc81bbd9609e2540cc8976d2ee1c1874 (diff) | |
download | poky-5ddec10f16db8948ea5e218ab7ec377b887dcce1.tar.gz |
ghostscript: Add missing dependency to resolve parallel make issue
(From OE-Core rev: a24027321b99dffd79b1f0c009ce89f0be7cc384)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch index f3c0a73c85..ec373078d3 100644 --- a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch +++ b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch | |||
@@ -914,3 +914,16 @@ index 92f296e..ee6b136 100644 | |||
914 | 914 | ||
915 | fjpx_luratech=$(PSOBJ)zfjpx_luratech.$(OBJ) | 915 | fjpx_luratech=$(PSOBJ)zfjpx_luratech.$(OBJ) |
916 | 916 | ||
917 | Index: ghostscript-9.07/base/devs.mak | ||
918 | =================================================================== | ||
919 | --- ghostscript-9.07.orig/base/devs.mak 2013-02-14 07:58:13.000000000 +0000 | ||
920 | +++ ghostscript-9.07/base/devs.mak 2013-09-06 22:50:06.331064815 +0000 | ||
921 | @@ -1511,7 +1511,7 @@ | ||
922 | png_i_=-include $(PNGGENDIR)$(D)libpng | ||
923 | |||
924 | $(GLOBJ)gdevpng.$(OBJ) : $(GLSRC)gdevpng.c\ | ||
925 | - $(gdevprn_h) $(gdevpccm_h) $(gscdefs_h) $(png__h) | ||
926 | + $(gdevprn_h) $(gdevpccm_h) $(gscdefs_h) $(png__h) $(PDEP) | ||
927 | $(CC_) $(I_)$(GLI_) $(II)$(PI_)$(_I) $(PCF_) $(GLF_) $(GLO_)gdevpng.$(OBJ) $(C_) $(GLSRC)gdevpng.c | ||
928 | |||
929 | $(DD)pngmono.dev : $(DEVS_MAK) $(libpng_dev) $(png_) $(GLD)page.dev $(GDEV) | ||