help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / libgc / libgc_7.1.bb
blobe134f83622970b686810ce9ff3a24b8f65d1eb8c
1 DESCRIPTION = "Garbage collector for C and C++"
2 LICENSE = "As is"
3 HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
5 SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz"
7 inherit autotools
9 S = "${WORKDIR}/gc-${PV}"
11 do_configure() {
12 gnu-configize
13 oe_runconf
16 LEAD_SONAME = "libgc.so.1"
18 FILES_${PN}-doc += "${datadir}/gc/"
21 SRC_URI[md5sum] = "2ff9924c7249ef7f736ecfe6f08f3f9b"
22 SRC_URI[sha256sum] = "e3cef6028fe3efe7de3bcf4107c880eae50b3ee79841450d885467c09bcebf30"