summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorJack Mitchell <jmitchell@cbnl.com>2013-11-13 17:23:54 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-18 23:12:18 +0100
commit288ccbd4d35cae693bac7c081a0866b6325ef5e7 (patch)
treed0eb6ae221e571a7fb2b5d84213b8ae0b4df63be /meta-oe/recipes-support
parent8b2e0b285664899b6f0b18fd2bc746de01dbd7ad (diff)
downloadmeta-openembedded-288ccbd4d35cae693bac7c081a0866b6325ef5e7.tar.gz
libgc: initial add 7.2
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libgc/libgc_7.2d.bb20
1 files changed, 20 insertions, 0 deletions
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 000000000..b472a5d13
--- /dev/null
+++ b/meta-oe/recipes-support/libgc/libgc_7.2d.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Garbage Collection Library"
2DESCRIPTION = "The GC library provides a garbage collector for C and C++."
3HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
4
5LICENSE = "GPLv2 & MIT"
6LIC_FILES_CHKSUM = "file://doc/README;beginline=1;endline=37;md5=9f4fd307082acf7a8af3e3897245163b \
7 file://README.QUICK;beginline=1;endline=23;md5=293ea42f3f606426deefadd5dd8ddd15 \
8"
9
10SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "91340b28c61753a789eb6077675d87d2"
13SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e"
14
15S = "${WORKDIR}/gc-7.2"
16
17inherit autotools
18
19PACKAGES =+ "${PN}-docs"
20FILES_${PN}-docs = "/usr/share/gc"