[oe-commits] Jack Mitchell : libgc: initial add 7.2

git at git.openembedded.org git at git.openembedded.org
Mon Nov 18 22:16:50 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 288ccbd4d35cae693bac7c081a0866b6325ef5e7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=288ccbd4d35cae693bac7c081a0866b6325ef5e7

Author: Jack Mitchell <jmitchell at cbnl.com>
Date:   Wed Nov 13 17:23:54 2013 +0000

libgc: initial add 7.2

Signed-off-by: Jack Mitchell <jmitchell at cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/libgc/libgc_7.2d.bb | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/meta-oe/recipes-support/libgc/libgc_7.2d.bb
new file mode 100644
index 0000000..b472a5d
--- /dev/null
+++ b/meta-oe/recipes-support/libgc/libgc_7.2d.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Garbage Collection Library"
+DESCRIPTION = "The GC library provides a garbage collector for C and C++."
+HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
+
+LICENSE = "GPLv2 & MIT"
+LIC_FILES_CHKSUM = "file://doc/README;beginline=1;endline=37;md5=9f4fd307082acf7a8af3e3897245163b  \
+                    file://README.QUICK;beginline=1;endline=23;md5=293ea42f3f606426deefadd5dd8ddd15 \
+"
+
+SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "91340b28c61753a789eb6077675d87d2"
+SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e"
+
+S = "${WORKDIR}/gc-7.2"
+
+inherit autotools
+
+PACKAGES =+ "${PN}-docs"
+FILES_${PN}-docs = "/usr/share/gc"



More information about the Openembedded-commits mailing list