mirror of
https://git.yoctoproject.org/poky
synced 2026-07-25 18:57:02 +00:00
ghostscript: Fix patch related build issues
The file ${S}/configure.ac is a symlink which seems to confuse some patch
application tools but not in all cases. Whilst I'd love to understand why
there is a difference, this fixes the build failures by applying the patch
to the real file rather than the symlink.
(From OE-Core rev: 34f3127bac9e5a15c33d21a6a6ac83c6060dcac9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -15,7 +15,7 @@ SECTION = "console/utils"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
|
||||
DEPENDS_virtclass-native = ""
|
||||
@@ -27,7 +27,7 @@ SRC_URI = "${SRC_URI_BASE} \
|
||||
file://ghostscript-9.02-genarch.patch \
|
||||
file://objarch.h \
|
||||
file://ghostscript-9.02-parallel-make.patch \
|
||||
file://ghostscript-9.05-NOT-check-endian.patch \
|
||||
file://ghostscript-9.05-NOT-check-endian.patch \
|
||||
"
|
||||
|
||||
SRC_URI_virtclass-native = "${SRC_URI_BASE}"
|
||||
|
||||
Reference in New Issue
Block a user