[oe-commits] Richard Purdie : ghostscript: Fix patch related build issues

git at git.openembedded.org git at git.openembedded.org
Thu Mar 15 00:15:02 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 34f3127bac9e5a15c33d21a6a6ac83c6060dcac9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=34f3127bac9e5a15c33d21a6a6ac83c6060dcac9

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Mar 14 23:54:13 2012 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../ghostscript-9.05-NOT-check-endian.patch        |    4 ++--
 .../ghostscript/ghostscript_9.05.bb                |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch
index 52353b5..ab4326f 100644
--- a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch
+++ b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch
@@ -5,8 +5,8 @@ Upstream-Status: Pending
 
 Signed-off-by: Kang Kai <kai.kang at 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 --------------------------------------------------
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.05.bb b/meta/recipes-extended/ghostscript/ghostscript_9.05.bb
index 6c1d1a9..68d91b4 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.05.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.05.bb
@@ -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}"





More information about the Openembedded-commits mailing list