[oe-commits] Denis 'GNUtoo' Carikli : gs 8.64 : fixed GNU_HASH and added checksums

git version control git at git.openembedded.org
Sun Mar 28 16:19:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b17a9e52709b88bb8f75eee6267e9430b99e84ba
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b17a9e52709b88bb8f75eee6267e9430b99e84ba

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun Mar 21 21:20:48 2010 +0100

gs 8.64 : fixed GNU_HASH and added checksums

I used TARGET_CC_ARCH += "${LDFLAGS}" because the following didn't work:
  *EXTRA_OEMAKE = "XLDFLAGS='${LDFLAGS}'" (xldflags was present in some Makefile)
  *EXTRA_OEMAKE = "LDFLAGS='${LDFLAGS}'"

---

 recipes/gs/gs_8.64.bb |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/recipes/gs/gs_8.64.bb b/recipes/gs/gs_8.64.bb
index 37f0af1..20171ca 100644
--- a/recipes/gs/gs_8.64.bb
+++ b/recipes/gs/gs_8.64.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.gnu.org/software/ghostscript/ghostscript.html"
 DEPENDS = "jpeg zlib fontconfig cups"
 PR = "r2"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/g/ghostscript/ghostscript_${PV}~dfsg.orig.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/g/ghostscript/ghostscript_${PV}~dfsg.orig.tar.gz;name=tarball \
            file://0001_svn_snapshot.patch;patch=1 \
            file://0002_svn_snapshot_jbig2dec.patch;patch=1 \
            file://1001_install_cjk_examples.patch;patch=1 \
@@ -18,12 +18,18 @@ SRC_URI = "${DEBIAN_MIRROR}/main/g/ghostscript/ghostscript_${PV}~dfsg.orig.tar.g
            file://2002_gs_man_fix_debian.patch;patch=1 \
            "
 
+SRC_URI[tarball.md5sum] = "e42706c2409815df5c959484080fd4a3"
+SRC_URI[tarball.sha256sum] = "cc856d33cb781cdc3383b8eb4e0f390997f8359fe144a906b84297b5d377f03d"
+
+
 S = "${WORKDIR}/ghostscript-${PV}~dfsg"
 
 inherit autotools
 
 EXTRA_OECONF = "--without-x --with-jasper --with-zlib=${STAGING_DIR_HOST}${layout_prefix}"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 PACKAGES += "cups-gs"
 
 do_configure() {





More information about the Openembedded-commits mailing list