[oe-commits] Bogdan Marinescu : bdwgc: updated to version 7.2d

git at git.openembedded.org git at git.openembedded.org
Thu Jan 10 23:52:28 UTC 2013


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

Author: Bogdan Marinescu <bogdan.a.marinescu at intel.com>
Date:   Tue Jan  8 15:09:32 2013 +0200

bdwgc: updated to version 7.2d

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 at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../bdwgc/{bdwgc_20110107.bb => bdwgc_7.2.bb}      |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-support/bdwgc/bdwgc_20110107.bb b/meta/recipes-support/bdwgc/bdwgc_7.2.bb
similarity index 83%
rename from meta/recipes-support/bdwgc/bdwgc_20110107.bb
rename to meta/recipes-support/bdwgc/bdwgc_7.2.bb
index bc7b613..a0a5bff 100644
--- a/meta/recipes-support/bdwgc/bdwgc_20110107.bb
+++ b/meta/recipes-support/bdwgc/bdwgc_7.2.bb
@@ -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"
 





More information about the Openembedded-commits mailing list