From: Koen Kooi Date: Fri, 20 Feb 2009 19:46:20 +0000 (+0100) Subject: libgc: update to 7.1, still broken autotools X-Git-Tag: Release-2010-05/1~3974^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802c636c8ca45b49af1c290fc660b48ae7330aa7;p=openembedded.git libgc: update to 7.1, still broken autotools --- diff --git a/packages/libgc/libgc_7.1.bb b/packages/libgc/libgc_7.1.bb new file mode 100644 index 0000000000..8078407e9b --- /dev/null +++ b/packages/libgc/libgc_7.1.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Garbage collector for C and C++" +LICENSE = "As is" +HOMEPAGE = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/" + +SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${PV}.tar.gz" + +inherit autotools_stage + +S = "${WORKDIR}/gc-${PV}" + +do_configure() { + gnu-configize + oe_runconf +} + +LEAD_SONAME = "libgc.so.1" + +FILES_${PN}-doc += "${datadir}/gc/" +