diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-support/libgc | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/libgc')
-rw-r--r-- | meta-oe/recipes-support/libgc/libgc_7.2d.bb | 20 |
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 0000000000..b472a5d13e --- /dev/null +++ b/meta-oe/recipes-support/libgc/libgc_7.2d.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Garbage Collection Library" | ||
2 | DESCRIPTION = "The GC library provides a garbage collector for C and C++." | ||
3 | HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/" | ||
4 | |||
5 | LICENSE = "GPLv2 & MIT" | ||
6 | LIC_FILES_CHKSUM = "file://doc/README;beginline=1;endline=37;md5=9f4fd307082acf7a8af3e3897245163b \ | ||
7 | file://README.QUICK;beginline=1;endline=23;md5=293ea42f3f606426deefadd5dd8ddd15 \ | ||
8 | " | ||
9 | |||
10 | SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[md5sum] = "91340b28c61753a789eb6077675d87d2" | ||
13 | SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e" | ||
14 | |||
15 | S = "${WORKDIR}/gc-7.2" | ||
16 | |||
17 | inherit autotools | ||
18 | |||
19 | PACKAGES =+ "${PN}-docs" | ||
20 | FILES_${PN}-docs = "/usr/share/gc" | ||