diff options
| author | Joe Slater <jslater@windriver.com> | 2015-12-04 15:13:15 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:20:17 +0000 |
| commit | ae037d974e822a0c70e8cde6433967f225ff160e (patch) | |
| tree | 8d80107517c21fd2a56e7b2868fb018dfcf5aaab /meta/recipes-extended/ghostscript/ghostscript_9.16.bb | |
| parent | 26eb877e18ca35171641e96035f89fbacdbd1944 (diff) | |
| download | poky-ae037d974e822a0c70e8cde6433967f225ff160e.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: 4b7bda9d1ac836de0c657cca28044b822e444bea)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit fad19750d23aad2d14a1726c4e3c2c0d05f6e13d)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript_9.16.bb')
| -rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.16.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.16.bb b/meta/recipes-extended/ghostscript/ghostscript_9.16.bb index ec4acc6661..d584c49b07 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.16.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.16.bb | |||
| @@ -19,6 +19,7 @@ DEPENDS_class-native = "" | |||
| 19 | SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.gz \ | 19 | SRC_URI_BASE = "http://downloads.ghostscript.com/public/ghostscript-${PV}.tar.gz \ |
| 20 | file://ghostscript-9.15-parallel-make.patch \ | 20 | file://ghostscript-9.15-parallel-make.patch \ |
| 21 | file://ghostscript-9.16-Werror-return-type.patch \ | 21 | file://ghostscript-9.16-Werror-return-type.patch \ |
| 22 | file://png_mak.patch \ | ||
| 22 | " | 23 | " |
| 23 | 24 | ||
| 24 | SRC_URI = "${SRC_URI_BASE} \ | 25 | SRC_URI = "${SRC_URI_BASE} \ |
