r2190 - in trunk/oe/packages: . libatomic-ops

mickey at sita.openmoko.org mickey at sita.openmoko.org
Thu Jun 7 16:58:06 CEST 2007


Author: mickey
Date: 2007-06-07 16:58:06 +0200 (Thu, 07 Jun 2007)
New Revision: 2190

Added:
   trunk/oe/packages/libatomic-ops/
   trunk/oe/packages/libatomic-ops/libatomic-ops_1.2.bb
Log:
oe: add libatomic-ops, a library for atomic integer operations


Added: trunk/oe/packages/libatomic-ops/libatomic-ops_1.2.bb
===================================================================
--- trunk/oe/packages/libatomic-ops/libatomic-ops_1.2.bb	2007-06-07 14:44:59 UTC (rev 2189)
+++ trunk/oe/packages/libatomic-ops/libatomic-ops_1.2.bb	2007-06-07 14:58:06 UTC (rev 2190)
@@ -0,0 +1,14 @@
+DESCRIPTION = "libatomic-ops is a library for atomic integer operations"
+SECTION = "devel"
+LICENSE = "MIT"
+
+SRC_URI = "${DEBIAN_MIRROR}/main/liba/libatomic-ops/libatomic-ops_${PV}.orig.tar.gz"
+S = "${WORKDIR}/libatomic_ops-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+	autotools_stage_all
+}
+
+





More information about the commitlog mailing list