]> code.ossystems Code Review - openembedded-core.git/commitdiff
bdwgc: updated to version 7.2d
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>
Tue, 8 Jan 2013 13:09:32 +0000 (15:09 +0200)
committerSaul Wold <sgw@linux.intel.com>
Thu, 10 Jan 2013 00:40:36 +0000 (16:40 -0800)
The license file text was updated to extend the copyright in 2011,
to reflect the new package version and to fix various typos. Tested
by compiling and running guile (which depends on bdwgc) on qemu-x86.

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/bdwgc/bdwgc_7.2.bb [moved from meta/recipes-support/bdwgc/bdwgc_20110107.bb with 83% similarity]

similarity index 83%
rename from meta/recipes-support/bdwgc/bdwgc_20110107.bb
rename to meta/recipes-support/bdwgc/bdwgc_7.2.bb
index bc7b61394eaf3bb93449400c83a867c42390f59c..a0a5bffba9f6200922da358157555a248dade737 100644 (file)
@@ -20,18 +20,20 @@ HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
 SECTION = "devel"
 LICENSE = "MIT & FSF-Unlimited & GPL-2.0"
 LIC_FILES_CHKSUM = "file://README.QUICK;md5=9b9dd874f6940641b6ab19893ee8f1cc \
-                    file://doc/README;md5=6d74ce18ff55d936a4d6bd35a98e9eb9 \
+                    file://doc/README;md5=92e7dd0334d1f672b699cd0aca08bef0 \
                     file://libatomic_ops/doc/LICENSING.txt;md5=607073e04548eac7d1f763e480477bab"
 
-SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/bdwgc-7_2alpha5-20110107.tar.bz2"
+REVISION = "d"
 
-SRC_URI[md5sum] = "4f3c130fc71ff23584edaa19a37739ee"
-SRC_URI[sha256sum] = "1f57b959ae1144e1e5fa59d52d7cb4ed626fd74cf47da1c9c119b8b46ae2722d"
+SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}${REVISION}.tar.gz"
+
+SRC_URI[md5sum] = "91340b28c61753a789eb6077675d87d2"
+SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e"
 FILES_${PN}-doc = "/usr/share"
 
-PR = "r1"
+PR = "r0"
 
-S = "${WORKDIR}/bdwgc"
+S = "${WORKDIR}/gc-${PV}"
 
 ARM_INSTRUCTION_SET = "arm"