git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3121718
)
libgc: update to 7.1, still broken autotools
author
Koen Kooi
<koen@openembedded.org>
Fri, 20 Feb 2009 19:46:20 +0000
(20:46 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 20 Feb 2009 19:46:20 +0000
(20:46 +0100)
packages/libgc/libgc_7.1.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/libgc/libgc_7.1.bb
b/packages/libgc/libgc_7.1.bb
new file mode 100644
(file)
index 0000000..
8078407
--- /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/"
+