]> code.ossystems Code Review - openembedded-core.git/commitdiff
ghostscript: Fix patch related build issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Mar 2012 23:54:13 +0000 (23:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Mar 2012 00:07:30 +0000 (00:07 +0000)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch
meta/recipes-extended/ghostscript/ghostscript_9.05.bb

index 52353b50d5d2d8fb1fb4ec5f25212c5621dd8292..ab4326f3c55e0e2d93b5534ccf74c6ab8bf59be6 100644 (file)
@@ -5,8 +5,8 @@ Upstream-Status: Pending
 
 Signed-off-by: Kang Kai <kai.kang@windriver.com>
 
---- ghostscript-9.05/configure.ac.orig 2012-03-14 15:28:30.828956872 +0800
-+++ ghostscript-9.05/configure.ac      2012-03-14 15:29:05.060957357 +0800
+--- ghostscript-9.05/base/configure.ac.orig    2012-03-14 15:28:30.828956872 +0800
++++ ghostscript-9.05/base/configure.ac 2012-03-14 15:29:05.060957357 +0800
 @@ -1739,25 +1739,25 @@
  dnl check for big/little endian for LCMS
  dnl --------------------------------------------------
index 6c1d1a927e3466bd992863cb851909249a9570b4..68d91b4ff4f8e21ab5b0f7179297ada26ca29390 100644 (file)
@@ -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}"